Html Css Color HEX #CEBBB9 Cold Turkey

📋 copy color: '#CEBBB9'

red 206 ◦ green 187 ◦ blue 185

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

Shades of Cold Turkey #CEBBB9

Tints of Cold Turkey #CEBBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

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

R = 35.64%
G = 32.35%
B = 32.01%

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

#CEBBB9 (or 0xCEBBB9) is known color: Cold Turkey. HEX triplet: CE, BB and B9. RGB value is (206,187,185). Sum of RGB (Red+Green+Blue) = 206+187+185=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBB9 is #314446. Grayscale: #C0C0C0. Windows color (decimal): -3228743 or 12172238. OLE color: 12172238.

HSL color Cylindrical-coordinate representation of color #CEBBB9: hue angle of 5.71º 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 #CEBBB9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 185 -
CMYK 0 0.09 0.10 0.19
HSL 5.71º 0.18% 0.77% -
HSV(B) 5.71º 0.1% 0.81% -
XYZ 51.98 52.17 53.23 -
YUV 192.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 206 187 185 0 0.09 0.10 0.19 5.71 0.18 0.77
Hex CE BB B9 0 9 A 13 6 12 4D
Octal 316 273 271 0 11 12 23 6 22 115
Binary 11001110 10111011 10111001 0 1001 1010 10011 110 10010 1001101

Color Harmonies of #CEBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBB9

Black with #CEBBB9

Text Example


Text Example

White with #CEBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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