#CA6695

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

Shades of Hopbush #CA6695

Tints of Hopbush #CA6695

Color information

#CA6695 (or 0xCA6695) is unknown color: approx Hopbush. HEX triplet: CA, 66 and 95. RGB value is (202,102,149). Sum of RGB (Red+Green+Blue) = 202+102+149=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6695 is #35996A. Grayscale: #898989. Windows color (decimal): -3512683 or 9791178. OLE color: 9791178.

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

Color convert

RGB202102149-
CMYK00.500.260.21
HSL331.8º48.54%59.61%-
HSV(B)331.8º49.5%79.22%-
XYZ34.5324.2331.29-
YUV137.26134.63174.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=44.59%
G=22.52%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210214900.500.260.21331.848.5459.61
HexCA66950321A1514c313c
Octal31214622506232255146174
Binary1100101011001101001010101100101101010101101001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6695; }

 p { color: rgb(202,102,149); }

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

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

 a { background-color: rgb(202,102,149); }

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

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

 span { border-color: rgb(202,102,149); }

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