Html Css Color HEX #C8B4AF Cold Turkey

📋 copy color: '#C8B4AF'

red 200 ◦ green 180 ◦ blue 175

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

Shades of Cold Turkey #C8B4AF

Tints of Cold Turkey #C8B4AF

RGB

 RED value IS 200 (78.52% from 255) = 36.04%

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

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

R = 36.04%
G = 32.43%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C8B4AF (or 0xC8B4AF) is known color: Cold Turkey. HEX triplet: C8, B4 and AF. RGB value is (200,180,175). Sum of RGB (Red+Green+Blue) = 200+180+175=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B4AF is #374B50. Grayscale: #B9B9B9. Windows color (decimal): -3623761 or 11515080. OLE color: 11515080.

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

Color convert

RGB 200 180 175 -
CMYK 0 0.1 0.12 0.22
HSL 12º 0.19% 0.74% -
HSV(B) 12º 0.13% 0.78% -
XYZ 47.88 48.02 47.3 -
YUV 185.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 200 180 175 0 0.1 0.12 0.22 12 0.19 0.74
Hex C8 B4 AF 0 A C 16 C 13 4A
Octal 310 264 257 0 12 14 26 14 23 112
Binary 11001000 10110100 10101111 0 1010 1100 10110 1100 10011 1001010

Color Harmonies of #C8B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B4AF

Black with #C8B4AF

Text Example


Text Example

White with #C8B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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