Html Css Color HEX #CEB0AF Cold Turkey

📋 copy color: '#CEB0AF'

red 206 ◦ green 176 ◦ blue 175

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

Shades of Cold Turkey #CEB0AF

Tints of Cold Turkey #CEB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

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

R = 36.98%
G = 31.6%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEB0AF (or 0xCEB0AF) is known color: Cold Turkey. HEX triplet: CE, B0 and AF. RGB value is (206,176,175). Sum of RGB (Red+Green+Blue) = 206+176+175=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0AF is #314F50. Grayscale: #B8B8B8. Windows color (decimal): -3231569 or 11514062. OLE color: 11514062.

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

Color convert

RGB 206 176 175 -
CMYK 0 0.15 0.15 0.19
HSL 1.94º 0.24% 0.75% -
HSV(B) 1.94º 0.15% 0.81% -
XYZ 48.72 47.27 47.11 -
YUV 184.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 206 176 175 0 0.15 0.15 0.19 1.94 0.24 0.75
Hex CE B0 AF 0 F F 13 2 18 4B
Octal 316 260 257 0 17 17 23 2 30 113
Binary 11001110 10110000 10101111 0 1111 1111 10011 10 11000 1001011

Color Harmonies of #CEB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0AF

Black with #CEB0AF

Text Example


Text Example

White with #CEB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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