#CACECA

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

Shades of Sea Mist #CACECA

Tints of Sea Mist #CACECA

Color information

#CACECA (or 0xCACECA) is unknown color: approx Sea Mist. HEX triplet: CA, CE and CA. RGB value is (202,206,202). Sum of RGB (Red+Green+Blue) = 202+206+202=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 206 - color contains mainly: green. Hex color #CACECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACECA is #353135. Grayscale: #CCCCCC. Windows color (decimal): -3486006 or 13291210. OLE color: 13291210.

HSL color Cylindrical-coordinate representation of color #CACECA: hue angle of 120º degrees, saturation: 0.04, 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 #CACECA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB202206202-
CMYK0.0200.020.19
HSL120º3.92%80%-
HSV(B)120º1.94%80.78%-
XYZ57.0960.9664.64-
YUV204.35126.67126.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=33.11%
G=33.77%
B=33.11%

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
Decimal2022062020.0200.020.191203.9280
HexCACECA2021378450
Octal312316312202231704120
Binary110010101100111011001010100101001111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACECA; }

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

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

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

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

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

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

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

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