#CA6B99

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

Shades of Hopbush #CA6B99

Tints of Hopbush #CA6B99

Color information

#CA6B99 (or 0xCA6B99) is unknown color: approx Hopbush. HEX triplet: CA, 6B and 99. RGB value is (202,107,153). Sum of RGB (Red+Green+Blue) = 202+107+153=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B99 is #359466. Grayscale: #8C8C8C. Windows color (decimal): -3511399 or 10054602. OLE color: 10054602.

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

Color convert

RGB202107153-
CMYK00.470.240.21
HSL330.95º47.26%60.59%-
HSV(B)330.95º47.03%79.22%-
XYZ35.3625.3733.17-
YUV140.65134.97171.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=43.72%
G=23.16%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210715300.470.240.21330.9547.2660.59
HexCA6B9902F181514b2f3d
Octal31215323105730255135775
Binary1100101011010111001100101011111100010101101001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B99; }

 p { color: rgb(202,107,153); }

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

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

 a { background-color: rgb(202,107,153); }

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

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

 span { border-color: rgb(202,107,153); }

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