Html Css Color HEX #CEB6B4 Cold Turkey

📋 copy color: '#CEB6B4'

red 206 ◦ green 182 ◦ blue 180

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

Shades of Cold Turkey #CEB6B4

Tints of Cold Turkey #CEB6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.69%

R = 36.27%
G = 32.04%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEB6B4 (or 0xCEB6B4) is known color: Cold Turkey. HEX triplet: CE, B6 and B4. RGB value is (206,182,180). Sum of RGB (Red+Green+Blue) = 206+182+180=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6B4 is #31494B. Grayscale: #BCBCBC. Windows color (decimal): -3230028 or 11843278. OLE color: 11843278.

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

Color convert

RGB 206 182 180 -
CMYK 0 0.12 0.13 0.19
HSL 4.62º 0.21% 0.76% -
HSV(B) 4.62º 0.13% 0.81% -
XYZ 50.42 49.87 50.15 -
YUV 188.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 206 182 180 0 0.12 0.13 0.19 4.62 0.21 0.76
Hex CE B6 B4 0 C D 13 5 15 4C
Octal 316 266 264 0 14 15 23 5 25 114
Binary 11001110 10110110 10110100 0 1100 1101 10011 101 10101 1001100

Color Harmonies of #CEB6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6B4

Black with #CEB6B4

Text Example


Text Example

White with #CEB6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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