Html Css Color HEX #CEB4AF Cold Turkey

📋 copy color: '#CEB4AF'

red 206 ◦ green 180 ◦ blue 175

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

Shades of Cold Turkey #CEB4AF

Tints of Cold Turkey #CEB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.09%

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 36.72%
G = 32.09%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEB4AF (or 0xCEB4AF) is known color: Cold Turkey. HEX triplet: CE, B4 and AF. RGB value is (206,180,175). Sum of RGB (Red+Green+Blue) = 206+180+175=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4AF is #314B50. Grayscale: #BBBBBB. Windows color (decimal): -3230545 or 11515086. OLE color: 11515086.

HSL color Cylindrical-coordinate representation of color #CEB4AF: hue angle of 9.68º degrees, saturation: 0.24, 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 #CEB4AF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 175 -
CMYK 0 0.13 0.15 0.19
HSL 9.68º 0.24% 0.75% -
HSV(B) 9.68º 0.15% 0.81% -
XYZ 49.51 48.86 47.38 -
YUV 187.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 206 180 175 0 0.13 0.15 0.19 9.68 0.24 0.75
Hex CE B4 AF 0 D F 13 A 18 4B
Octal 316 264 257 0 15 17 23 12 30 113
Binary 11001110 10110100 10101111 0 1101 1111 10011 1010 11000 1001011

Color Harmonies of #CEB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4AF

Black with #CEB4AF

Text Example


Text Example

White with #CEB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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