Html Css Color HEX #CEBCB9 Cold Turkey

📋 copy color: '#CEBCB9'

red 206 ◦ green 188 ◦ blue 185

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

Shades of Cold Turkey #CEBCB9

Tints of Cold Turkey #CEBCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 185 (72.66% from 255) = 31.95%

R = 35.58%
G = 32.47%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEBCB9 (or 0xCEBCB9) is known color: Cold Turkey. HEX triplet: CE, BC and B9. RGB value is (206,188,185). Sum of RGB (Red+Green+Blue) = 206+188+185=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCB9 is #314346. Grayscale: #C1C1C1. Windows color (decimal): -3228487 or 12172494. OLE color: 12172494.

HSL color Cylindrical-coordinate representation of color #CEBCB9: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBCB9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 185 -
CMYK 0 0.09 0.10 0.19
HSL 8.57º 0.18% 0.77% -
HSV(B) 8.57º 0.1% 0.81% -
XYZ 52.19 52.59 53.3 -
YUV 193.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 206 188 185 0 0.09 0.10 0.19 8.57 0.18 0.77
Hex CE BC B9 0 9 A 13 9 12 4D
Octal 316 274 271 0 11 12 23 11 22 115
Binary 11001110 10111100 10111001 0 1001 1010 10011 1001 10010 1001101

Color Harmonies of #CEBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCB9

Black with #CEBCB9

Text Example


Text Example

White with #CEBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCB9; }

 p { color: rgb(206,188,185); }

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

background-color css

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

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

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

border-color css

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

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

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