#CACCC5

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

Shades of Harp #CACCC5

Tints of Harp #CACCC5

Color information

#CACCC5 (or 0xCACCC5) is unknown color: approx Harp. HEX triplet: CA, CC and C5. RGB value is (202,204,197). Sum of RGB (Red+Green+Blue) = 202+204+197=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC5 is #35333A. Grayscale: #CACACA. Windows color (decimal): -3486523 or 12963018. OLE color: 12963018.

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

Color convert

RGB202204197-
CMYK0.0100.030.2
HSL77.14º6.42%78.63%-
HSV(B)77.14º3.43%80%-
XYZ56.0359.7761.41-
YUV202.6124.84127.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=33.50%
G=33.83%
B=32.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041970.0100.030.277.146.4278.63
HexCACCC5103144d64f
Octal312314305103241156117
Binary11001010110011001100010110111010010011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCC5; }

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

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

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

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

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

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

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

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