#CA6CA8

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

Shades of Hopbush #CA6CA8

Tints of Hopbush #CA6CA8

Color information

#CA6CA8 (or 0xCA6CA8) is unknown color: approx Hopbush. HEX triplet: CA, 6C and A8. RGB value is (202,108,168). Sum of RGB (Red+Green+Blue) = 202+108+168=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CA8 is #359357. Grayscale: #8E8E8E. Windows color (decimal): -3511128 or 11037898. OLE color: 11037898.

HSL color Cylindrical-coordinate representation of color #CA6CA8: hue angle of 321.7º 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 #CA6CA8 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB202108168-
CMYK00.470.170.21
HSL321.7º47%60.78%-
HSV(B)321.7º46.53%79.22%-
XYZ36.7926.1140.15-
YUV142.95142.14170.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=42.26%
G=22.59%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210816800.470.170.21321.74760.78
HexCA6CA802F11151422f3d
Octal31215425005721255025775
Binary1100101011011001010100001011111000110101101000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CA8; }

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

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

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

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

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

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

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

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