Html Css Color HEX #C5B5AF Cold Turkey

📋 copy color: '#C5B5AF'

red 197 ◦ green 181 ◦ blue 175

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

Shades of Cold Turkey #C5B5AF

Tints of Cold Turkey #C5B5AF

RGB

 RED value IS 197 (77.34% from 255) = 35.62%

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

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

R = 35.62%
G = 32.73%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5B5AF (or 0xC5B5AF) is known color: Cold Turkey. HEX triplet: C5, B5 and AF. RGB value is (197,181,175). Sum of RGB (Red+Green+Blue) = 197+181+175=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B5AF is #3A4A50. Grayscale: #B9B9B9. Windows color (decimal): -3820113 or 11515333. OLE color: 11515333.

HSL color Cylindrical-coordinate representation of color #C5B5AF: hue angle of 16.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B5AF is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 175 -
CMYK 0 0.08 0.11 0.23
HSL 16.36º 0.16% 0.73% -
HSV(B) 16.36º 0.11% 0.77% -
XYZ 47.29 48.01 47.33 -
YUV 185.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 197 181 175 0 0.08 0.11 0.23 16.36 0.16 0.73
Hex C5 B5 AF 0 8 B 17 10 10 49
Octal 305 265 257 0 10 13 27 20 20 111
Binary 11000101 10110101 10101111 0 1000 1011 10111 10000 10000 1001001

Color Harmonies of #C5B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5AF

Black with #C5B5AF

Text Example


Text Example

White with #C5B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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