#CA6CA6

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

Shades of Hopbush #CA6CA6

Tints of Hopbush #CA6CA6

Color information

#CA6CA6 (or 0xCA6CA6) is unknown color: approx Hopbush. HEX triplet: CA, 6C and A6. RGB value is (202,108,166). Sum of RGB (Red+Green+Blue) = 202+108+166=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CA6 is #359359. Grayscale: #8E8E8E. Windows color (decimal): -3511130 or 10906826. OLE color: 10906826.

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

Color convert

RGB202108166-
CMYK00.470.180.21
HSL322.98º47%60.78%-
HSV(B)322.98º46.53%79.22%-
XYZ36.626.0339.17-
YUV142.72141.14170.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=42.44%
G=22.69%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210816600.470.180.21322.984760.78
HexCA6CA602F12151432f3d
Octal31215424605722255035775
Binary1100101011011001010011001011111001010101101000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CA6; }

 p { color: rgb(202,108,166); }

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

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

 a { background-color: rgb(202,108,166); }

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

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

 span { border-color: rgb(202,108,166); }

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