Html Css Color HEX #CEBAB6 Cold Turkey

📋 copy color: '#CEBAB6'

red 206 ◦ green 186 ◦ blue 182

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

Shades of Cold Turkey #CEBAB6

Tints of Cold Turkey #CEBAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.4%

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 35.89%
G = 32.4%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEBAB6 (or 0xCEBAB6) is known color: Cold Turkey. HEX triplet: CE, BA and B6. RGB value is (206,186,182). Sum of RGB (Red+Green+Blue) = 206+186+182=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB6 is #314549. Grayscale: #BFBFBF. Windows color (decimal): -3229002 or 11975374. OLE color: 11975374.

HSL color Cylindrical-coordinate representation of color #CEBAB6: hue angle of 10º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBAB6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 182 -
CMYK 0 0.10 0.12 0.19
HSL 10º 0.2% 0.76% -
HSV(B) 10º 0.12% 0.81% -
XYZ 51.46 51.62 51.51 -
YUV 191.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 206 186 182 0 0.10 0.12 0.19 10 0.2 0.76
Hex CE BA B6 0 A C 13 A 14 4C
Octal 316 272 266 0 12 14 23 12 24 114
Binary 11001110 10111010 10110110 0 1010 1100 10011 1010 10100 1001100

Color Harmonies of #CEBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBAB6

Black with #CEBAB6

Text Example


Text Example

White with #CEBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBAB6; }

 p { color: rgb(206,186,182); }

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

background-color css

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

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

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

border-color css

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

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

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