#CACCC1

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

Shades of Harp #CACCC1

Tints of Harp #CACCC1

Color information

#CACCC1 (or 0xCACCC1) is unknown color: approx Harp. HEX triplet: CA, CC and C1. RGB value is (202,204,193). Sum of RGB (Red+Green+Blue) = 202+204+193=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC1 is #35333E. Grayscale: #CACACA. Windows color (decimal): -3486527 or 12700874. OLE color: 12700874.

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

Color convert

RGB202204193-
CMYK0.0100.050.2
HSL70.91º9.73%77.84%-
HSV(B)70.91º5.39%80%-
XYZ55.5859.5959.03-
YUV202.15122.84127.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=33.72%
G=34.06%
B=32.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041930.0100.050.270.919.7377.84
HexCACCC11051447a4e
Octal3123143011052410712116
Binary1100101011001100110000011010110100100011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCC1; }

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

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

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

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

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

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

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

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