#CEC7C2

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

Shades of Swirl #CEC7C2

Tints of Swirl #CEC7C2

Color information

#CEC7C2 (or 0xCEC7C2) is unknown color: approx Swirl. HEX triplet: CE, C7 and C2. RGB value is (206,199,194). Sum of RGB (Red+Green+Blue) = 206+199+194=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7C2 is #31383D. Grayscale: #C8C8C8. Windows color (decimal): -3225662 or 12765134. OLE color: 12765134.

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

Color convert

RGB206199194-
CMYK00.030.060.19
HSL25º10.91%78.43%-
HSV(B)25º5.83%80.78%-
XYZ55.6157.8659.28-
YUV200.52124.32131.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=34.39%
G=33.22%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619919400.030.060.192510.9178.43
HexCEC7C20361319b4e
Octal316307302036233113116
Binary110011101100011111000010011110100111100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7C2; }

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

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

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

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

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

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

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

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