Html Css Color HEX #CEC2BE Alto

📋 copy color: '#CEC2BE'

red 206 ◦ green 194 ◦ blue 190

#CEC2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alto #CEC2BE

Tints of Alto #CEC2BE

RGB

 RED value IS 206 (80.86% from 255) = 34.92%

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 34.92%
G = 32.88%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEC2BE (or 0xCEC2BE) is known color: Alto. HEX triplet: CE, C2 and BE. RGB value is (206,194,190). Sum of RGB (Red+Green+Blue) = 206+194+190=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BE is #313D41. Grayscale: #C5C5C5. Windows color (decimal): -3226946 or 12501710. OLE color: 12501710.

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

Color convert

RGB 206 194 190 -
CMYK 0 0.06 0.08 0.19
HSL 15º 0.14% 0.78% -
HSV(B) 15º 0.08% 0.81% -
XYZ 54.04 55.42 56.56 -
YUV 197.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 206 194 190 0 0.06 0.08 0.19 15 0.14 0.78
Hex CE C2 BE 0 6 8 13 F E 4E
Octal 316 302 276 0 6 10 23 17 16 116
Binary 11001110 11000010 10111110 0 110 1000 10011 1111 1110 1001110

Color Harmonies of #CEC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2BE

Black with #CEC2BE

Text Example


Text Example

White with #CEC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2BE; }

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

 H1.HeaderClassName
 {
   color: #CEC2BE;
 }
 .AnyTagClassName
 {
   color: #CEC2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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