#CACFC7

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

Shades of Surf Crest #CACFC7

Tints of Surf Crest #CACFC7

Color information

#CACFC7 (or 0xCACFC7) is unknown color: approx Surf Crest. HEX triplet: CA, CF and C7. RGB value is (202,207,199). Sum of RGB (Red+Green+Blue) = 202+207+199=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC7 is #353038. Grayscale: #CCCCCC. Windows color (decimal): -3485753 or 13094858. OLE color: 13094858.

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

Color convert

RGB202207199-
CMYK0.0200.040.19
HSL97.5º7.69%79.61%-
HSV(B)97.5º3.86%81.18%-
XYZ56.9861.3162.86-
YUV204.59124.84126.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=33.22%
G=34.05%
B=32.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071990.0200.040.1997.57.6979.61
HexCACFC72041361850
Octal3123173072042314110120
Binary11001010110011111100011110010010011110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFC7; }

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

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

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

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

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

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

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

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