#CACCBF

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

Shades of Harp #CACCBF

Tints of Harp #CACCBF

Color information

#CACCBF (or 0xCACCBF) is unknown color: approx Harp. HEX triplet: CA, CC and BF. RGB value is (202,204,191). Sum of RGB (Red+Green+Blue) = 202+204+191=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCBF is #353340. Grayscale: #C9C9C9. Windows color (decimal): -3486529 or 12569802. OLE color: 12569802.

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

Color convert

RGB202204191-
CMYK0.0100.060.2
HSL69.23º11.3%77.45%-
HSV(B)69.23º6.37%80%-
XYZ55.3559.557.86-
YUV201.92121.84128.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 191 (75% from 255) = 31.99%
R=33.84%
G=34.17%
B=31.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041910.0100.060.269.2311.377.45
HexCACCBF1061445b4d
Octal3123142771062410513115
Binary1100101011001100101111111011010100100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCBF; }

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

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

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

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

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

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

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

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