Html Css Color HEX #C5B0AA Cold Turkey

📋 copy color: '#C5B0AA'

red 197 ◦ green 176 ◦ blue 170

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

Shades of Cold Turkey #C5B0AA

Tints of Cold Turkey #C5B0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.31%

R = 36.28%
G = 32.41%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5B0AA (or 0xC5B0AA) is known color: Cold Turkey. HEX triplet: C5, B0 and AA. RGB value is (197,176,170). Sum of RGB (Red+Green+Blue) = 197+176+170=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B0AA is #3A4F55. Grayscale: #B5B5B5. Windows color (decimal): -3821398 or 11186373. OLE color: 11186373.

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

Color convert

RGB 197 176 170 -
CMYK 0 0.11 0.14 0.23
HSL 13.33º 0.19% 0.72% -
HSV(B) 13.33º 0.14% 0.77% -
XYZ 45.81 45.82 44.46 -
YUV 181.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 197 176 170 0 0.11 0.14 0.23 13.33 0.19 0.72
Hex C5 B0 AA 0 B E 17 D 13 48
Octal 305 260 252 0 13 16 27 15 23 110
Binary 11000101 10110000 10101010 0 1011 1110 10111 1101 10011 1001000

Color Harmonies of #C5B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0AA

Black with #C5B0AA

Text Example


Text Example

White with #C5B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0AA; }

 p { color: rgb(197,176,170); }

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

background-color css

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

 a { background-color: rgb(197,176,170); }

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

border-color css

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

 span { border-color: rgb(197,176,170); }

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