Html Css Color HEX #C6B5AF Cold Turkey

📋 copy color: '#C6B5AF'

red 198 ◦ green 181 ◦ blue 175

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

Shades of Cold Turkey #C6B5AF

Tints of Cold Turkey #C6B5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

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

R = 35.74%
G = 32.67%
B = 31.59%

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

#C6B5AF (or 0xC6B5AF) is known color: Cold Turkey. HEX triplet: C6, B5 and AF. RGB value is (198,181,175). Sum of RGB (Red+Green+Blue) = 198+181+175=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B5AF is #394A50. Grayscale: #B9B9B9. Windows color (decimal): -3754577 or 11515334. OLE color: 11515334.

HSL color Cylindrical-coordinate representation of color #C6B5AF: hue angle of 15.65º 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 #C6B5AF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 181 175 -
CMYK 0 0.09 0.12 0.22
HSL 15.65º 0.17% 0.73% -
HSV(B) 15.65º 0.12% 0.78% -
XYZ 47.55 48.15 47.34 -
YUV 185.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 198 181 175 0 0.09 0.12 0.22 15.65 0.17 0.73
Hex C6 B5 AF 0 9 C 16 10 11 49
Octal 306 265 257 0 11 14 26 20 21 111
Binary 11000110 10110101 10101111 0 1001 1100 10110 10000 10001 1001001

Color Harmonies of #C6B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5AF

Black with #C6B5AF

Text Example


Text Example

White with #C6B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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