#CACFC9

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

Shades of Surf Crest #CACFC9

Tints of Surf Crest #CACFC9

Color information

#CACFC9 (or 0xCACFC9) is unknown color: approx Surf Crest. HEX triplet: CA, CF and C9. RGB value is (202,207,201). Sum of RGB (Red+Green+Blue) = 202+207+201=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC9 is #353036. Grayscale: #CCCCCC. Windows color (decimal): -3485751 or 13225930. OLE color: 13225930.

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

Color convert

RGB202207201-
CMYK0.0200.030.19
HSL110º5.88%80%-
HSV(B)110º2.9%81.18%-
XYZ57.2161.464.09-
YUV204.82125.84125.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=33.11%
G=33.93%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022072010.0200.030.191105.8880
HexCACFC9203136e650
Octal312317311203231566120
Binary110010101100111111001001100111001111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFC9; }

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

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

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

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

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

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

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

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