#CACEBF

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

Shades of Harp #CACEBF

Tints of Harp #CACEBF

Color information

#CACEBF (or 0xCACEBF) is unknown color: approx Harp. HEX triplet: CA, CE and BF. RGB value is (202,206,191). Sum of RGB (Red+Green+Blue) = 202+206+191=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEBF is #353140. Grayscale: #CBCBCB. Windows color (decimal): -3486017 or 12570314. OLE color: 12570314.

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

Color convert

RGB202206191-
CMYK0.0200.070.19
HSL76º13.27%77.84%-
HSV(B)76º7.28%80.78%-
XYZ55.8360.4658.02-
YUV203.09121.17127.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 191 (75% from 255) = 31.89%
R=33.72%
G=34.39%
B=31.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061910.0200.070.197613.2777.84
HexCACEBF207134cd4e
Octal3123162772072311415116
Binary11001010110011101011111110011110011100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEBF; }

 p { color: rgb(202,206,191); }

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

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

 a { background-color: rgb(202,206,191); }

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

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

 span { border-color: rgb(202,206,191); }

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