Html Css Color HEX #CEB6B0 Cold Turkey

📋 copy color: '#CEB6B0'

red 206 ◦ green 182 ◦ blue 176

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

Shades of Cold Turkey #CEB6B0

Tints of Cold Turkey #CEB6B0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.27%

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 36.52%
G = 32.27%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEB6B0 (or 0xCEB6B0) is known color: Cold Turkey. HEX triplet: CE, B6 and B0. RGB value is (206,182,176). Sum of RGB (Red+Green+Blue) = 206+182+176=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6B0 is #31494F. Grayscale: #BCBCBC. Windows color (decimal): -3230032 or 11581134. OLE color: 11581134.

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

Color convert

RGB 206 182 176 -
CMYK 0 0.12 0.15 0.19
HSL 12º 0.23% 0.75% -
HSV(B) 12º 0.15% 0.81% -
XYZ 50.02 49.71 48.03 -
YUV 188.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 206 182 176 0 0.12 0.15 0.19 12 0.23 0.75
Hex CE B6 B0 0 C F 13 C 17 4B
Octal 316 266 260 0 14 17 23 14 27 113
Binary 11001110 10110110 10110000 0 1100 1111 10011 1100 10111 1001011

Color Harmonies of #CEB6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6B0

Black with #CEB6B0

Text Example


Text Example

White with #CEB6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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