#CACCC3

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

Shades of Harp #CACCC3

Tints of Harp #CACCC3

Color information

#CACCC3 (or 0xCACCC3) is unknown color: approx Harp. HEX triplet: CA, CC and C3. RGB value is (202,204,195). Sum of RGB (Red+Green+Blue) = 202+204+195=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC3 is #35333C. Grayscale: #CACACA. Windows color (decimal): -3486525 or 12831946. OLE color: 12831946.

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

Color convert

RGB202204195-
CMYK0.0100.040.2
HSL73.33º8.11%78.24%-
HSV(B)73.33º4.41%80%-
XYZ55.859.6860.21-
YUV202.38123.84127.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=33.61%
G=33.94%
B=32.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041950.0100.040.273.338.1178.24
HexCACCC3104144984e
Octal3123143031042411110116
Binary1100101011001100110000111010010100100100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCC3; }

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

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

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

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

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

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

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

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