#CACCC6

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

Shades of Harp #CACCC6

Tints of Harp #CACCC6

Color information

#CACCC6 (or 0xCACCC6) is unknown color: approx Harp. HEX triplet: CA, CC and C6. RGB value is (202,204,198). Sum of RGB (Red+Green+Blue) = 202+204+198=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC6 is #353339. Grayscale: #CACACA. Windows color (decimal): -3486522 or 13028554. OLE color: 13028554.

HSL color Cylindrical-coordinate representation of color #CACCC6: hue angle of 80º 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 #CACCC6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB202204198-
CMYK0.0100.030.2
HSL80º5.56%78.82%-
HSV(B)80º2.94%80%-
XYZ56.1459.8262.01-
YUV202.72125.34127.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=33.44%
G=33.77%
B=32.78%

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
Decimal2022041980.0100.030.2805.5678.82
HexCACCC6103145064f
Octal312314306103241206117
Binary11001010110011001100011010111010010100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCC6; }

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

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

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

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

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

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

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

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