#CA6C93

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

Shades of Hopbush #CA6C93

Tints of Hopbush #CA6C93

Color information

#CA6C93 (or 0xCA6C93) is unknown color: approx Hopbush. HEX triplet: CA, 6C and 93. RGB value is (202,108,147). Sum of RGB (Red+Green+Blue) = 202+108+147=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6C93 is #35936C. Grayscale: #8C8C8C. Windows color (decimal): -3511149 or 9661642. OLE color: 9661642.

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

Color convert

RGB202108147-
CMYK00.470.270.21
HSL335.11º47%60.78%-
HSV(B)335.11º46.53%79.22%-
XYZ34.9925.3930.66-
YUV140.55131.64171.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=44.20%
G=23.63%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210814700.470.270.21335.114760.78
HexCA6C9302F1B1514f2f3d
Octal31215422305733255175775
Binary1100101011011001001001101011111101110101101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C93; }

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

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

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

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

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

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

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

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