#CA699F

Color #CA699F Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CA699F

Tints of Hopbush #CA699F

Color information

#CA699F (or 0xCA699F) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 9F. RGB value is (202,105,159). Sum of RGB (Red+Green+Blue) = 202+105+159=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA699F is #359660. Grayscale: #8C8C8C. Windows color (decimal): -3511905 or 10447306. OLE color: 10447306.

HSL color Cylindrical-coordinate representation of color #CA699F: hue angle of 326.6º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA699F is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202105159-
CMYK00.480.210.21
HSL326.6º47.78%60.2%-
HSV(B)326.6º48.02%79.22%-
XYZ35.6725.1635.78-
YUV140.16138.64172.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=43.35%
G=22.53%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210515900.480.210.21326.647.7860.2
HexCA699F0301515147303c
Octal31215123706025255076074
Binary1100101011010011001111101100001010110101101000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA699F; }

 p { color: rgb(202,105,159); }

 H1.HeaderClassName
 {
   color: #CA699F;
 }
 .AnyTagClassName
 {
   color: #CA699F;
 }
</style>
background-color css

<style>
 a { background-color: #CA699F; }

 a { background-color: rgb(202,105,159); }

 div.DivClassName
 {
   background-color: #CA699F;
 }
 .BgClassName
 {
   background-color: #CA699F;
 }
</style>
border-color css

<style>
 span { border-color: #CA699F; }

 span { border-color: rgb(202,105,159); }

 td.TdClassName
 {
   border-color: #CA699F;
 }
 .TagClassName
 {
   border-color: #CA699F;
 }
</style>