#CACCB9

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

Shades of Harp #CACCB9

Tints of Harp #CACCB9

Color information

#CACCB9 (or 0xCACCB9) is unknown color: approx Harp. HEX triplet: CA, CC and B9. RGB value is (202,204,185). Sum of RGB (Red+Green+Blue) = 202+204+185=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCB9 is #353346. Grayscale: #C9C9C9. Windows color (decimal): -3486535 or 12176586. OLE color: 12176586.

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

Color convert

RGB202204185-
CMYK0.0100.090.2
HSL66.32º15.7%76.27%-
HSV(B)66.32º9.31%80%-
XYZ54.7159.2554.45-
YUV201.24118.84128.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=34.18%
G=34.52%
B=31.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041850.0100.090.266.3215.776.27
HexCACCB91091442104c
Octal31231427110112410220114
Binary110010101100110010111001101001101001000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCB9; }

 p { color: rgb(202,204,185); }

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

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

 a { background-color: rgb(202,204,185); }

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

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

 span { border-color: rgb(202,204,185); }

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