#CACDB6

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

Shades of Harp #CACDB6

Tints of Harp #CACDB6

Color information

#CACDB6 (or 0xCACDB6) is unknown color: approx Harp. HEX triplet: CA, CD and B6. RGB value is (202,205,182). Sum of RGB (Red+Green+Blue) = 202+205+182=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDB6 is #353249. Grayscale: #C9C9C9. Windows color (decimal): -3486282 or 11980234. OLE color: 11980234.

HSL color Cylindrical-coordinate representation of color #CACDB6: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACDB6 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB202205182-
CMYK0.0100.110.20
HSL67.83º18.7%75.88%-
HSV(B)67.83º11.22%80.39%-
XYZ54.6359.652.88-
YUV201.48117.01128.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=34.30%
G=34.80%
B=30.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051820.0100.110.2067.8318.775.88
HexCACDB610B1444134c
Octal31231526610132410423114
Binary110010101100110110110110101011101001000100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDB6; }

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

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

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

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

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

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

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

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