#CACFCA

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

Shades of Sea Mist #CACFCA

Tints of Sea Mist #CACFCA

Color information

#CACFCA (or 0xCACFCA) is unknown color: approx Sea Mist. HEX triplet: CA, CF and CA. RGB value is (202,207,202). Sum of RGB (Red+Green+Blue) = 202+207+202=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFCA is #353035. Grayscale: #CCCCCC. Windows color (decimal): -3485750 or 13291466. OLE color: 13291466.

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

Color convert

RGB202207202-
CMYK0.0200.020.19
HSL120º4.95%80.2%-
HSV(B)120º2.42%81.18%-
XYZ57.3361.4564.72-
YUV204.93126.34125.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=33.06%
G=33.88%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022072020.0200.020.191204.9580.2
HexCACFCA2021378550
Octal312317312202231705120
Binary110010101100111111001010100101001111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFCA; }

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

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

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

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

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

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

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

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