#CACEB5

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

Shades of Harp #CACEB5

Tints of Harp #CACEB5

Color information

#CACEB5 (or 0xCACEB5) is unknown color: approx Harp. HEX triplet: CA, CE and B5. RGB value is (202,206,181). Sum of RGB (Red+Green+Blue) = 202+206+181=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEB5 is #35314A. Grayscale: #CACACA. Windows color (decimal): -3486027 or 11914954. OLE color: 11914954.

HSL color Cylindrical-coordinate representation of color #CACEB5: hue angle of 69.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACEB5 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB202206181-
CMYK0.0200.120.19
HSL69.6º20.33%75.88%-
HSV(B)69.6º12.14%80.78%-
XYZ54.7760.0452.42-
YUV201.95116.17128.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=34.30%
G=34.97%
B=30.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061810.0200.120.1969.620.3375.88
HexCACEB520C1346144c
Octal31231626520142310624114
Binary1100101011001110101101011001100100111000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEB5; }

 p { color: rgb(202,206,181); }

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

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

 a { background-color: rgb(202,206,181); }

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

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

 span { border-color: rgb(202,206,181); }

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