#CACEB6

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

Shades of Harp #CACEB6

Tints of Harp #CACEB6

Color information

#CACEB6 (or 0xCACEB6) is unknown color: approx Harp. HEX triplet: CA, CE and B6. RGB value is (202,206,182). Sum of RGB (Red+Green+Blue) = 202+206+182=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEB6 is #353149. Grayscale: #CACACA. Windows color (decimal): -3486026 or 11980490. OLE color: 11980490.

HSL color Cylindrical-coordinate representation of color #CACEB6: hue angle of 70º 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 #CACEB6 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB202206182-
CMYK0.0200.120.19
HSL70º19.67%76.08%-
HSV(B)70º11.65%80.78%-
XYZ54.8760.0852.96-
YUV202.07116.67127.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=34.24%
G=34.92%
B=30.85%

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
Decimal2022061820.0200.120.197019.6776.08
HexCACEB620C1346144c
Octal31231626620142310624114
Binary1100101011001110101101101001100100111000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEB6; }

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

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

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

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

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

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

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

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