#CECAC7

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

Shades of Swirl #CECAC7

Tints of Swirl #CECAC7

Color information

#CECAC7 (or 0xCECAC7) is unknown color: approx Swirl. HEX triplet: CE, CA and C7. RGB value is (206,202,199). Sum of RGB (Red+Green+Blue) = 206+202+199=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC7 is #313538. Grayscale: #CACACA. Windows color (decimal): -3224889 or 13093582. OLE color: 13093582.

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

Color convert

RGB206202199-
CMYK00.020.030.19
HSL25.71º6.67%79.41%-
HSV(B)25.71º3.4%80.78%-
XYZ56.8859.4962.52-
YUV202.85125.83130.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=33.94%
G=33.28%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620219900.020.030.1925.716.6779.41
HexCECAC7023131a74f
Octal31631230702323327117
Binary1100111011001010110001110101110011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAC7; }

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

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

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

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

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

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

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

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