Html Css Color HEX #C6B4AF Cold Turkey

📋 copy color: '#C6B4AF'

red 198 ◦ green 180 ◦ blue 175

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

Shades of Cold Turkey #C6B4AF

Tints of Cold Turkey #C6B4AF

RGB

 RED value IS 198 (77.73% from 255) = 35.8%

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

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

R = 35.8%
G = 32.55%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6B4AF (or 0xC6B4AF) is known color: Cold Turkey. HEX triplet: C6, B4 and AF. RGB value is (198,180,175). Sum of RGB (Red+Green+Blue) = 198+180+175=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B4AF is #394B50. Grayscale: #B8B8B8. Windows color (decimal): -3754833 or 11515078. OLE color: 11515078.

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

Color convert

RGB 198 180 175 -
CMYK 0 0.09 0.12 0.22
HSL 13.04º 0.17% 0.73% -
HSV(B) 13.04º 0.12% 0.78% -
XYZ 47.35 47.74 47.28 -
YUV 184.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 198 180 175 0 0.09 0.12 0.22 13.04 0.17 0.73
Hex C6 B4 AF 0 9 C 16 D 11 49
Octal 306 264 257 0 11 14 26 15 21 111
Binary 11000110 10110100 10101111 0 1001 1100 10110 1101 10001 1001001

Color Harmonies of #C6B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B4AF

Black with #C6B4AF

Text Example


Text Example

White with #C6B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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