#CACFB3

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

Shades of Harp #CACFB3

Tints of Harp #CACFB3

Color information

#CACFB3 (or 0xCACFB3) is unknown color: approx Harp. HEX triplet: CA, CF and B3. RGB value is (202,207,179). Sum of RGB (Red+Green+Blue) = 202+207+179=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFB3 is #35304C. Grayscale: #CACACA. Windows color (decimal): -3485773 or 11784138. OLE color: 11784138.

HSL color Cylindrical-coordinate representation of color #CACFB3: hue angle of 70.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFB3 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB202207179-
CMYK0.0200.140.19
HSL70.71º22.58%75.69%-
HSV(B)70.71º13.53%81.18%-
XYZ54.8160.4451.42-
YUV202.31114.84127.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=34.35%
G=35.20%
B=30.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071790.0200.140.1970.7122.5875.69
HexCACFB320E1347174c
Octal31231726320162310727114
Binary1100101011001111101100111001110100111000111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFB3; }

 p { color: rgb(202,207,179); }

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

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

 a { background-color: rgb(202,207,179); }

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

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

 span { border-color: rgb(202,207,179); }

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