Html Css Color HEX #C5B0AC Cold Turkey

📋 copy color: '#C5B0AC'

red 197 ◦ green 176 ◦ blue 172

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

Shades of Cold Turkey #C5B0AC

Tints of Cold Turkey #C5B0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.56%

R = 36.15%
G = 32.29%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5B0AC (or 0xC5B0AC) is known color: Cold Turkey. HEX triplet: C5, B0 and AC. RGB value is (197,176,172). Sum of RGB (Red+Green+Blue) = 197+176+172=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B0AC is #3A4F53. Grayscale: #B5B5B5. Windows color (decimal): -3821396 or 11317445. OLE color: 11317445.

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

Color convert

RGB 197 176 172 -
CMYK 0 0.11 0.13 0.23
HSL 9.6º 0.18% 0.72% -
HSV(B) 9.6º 0.13% 0.77% -
XYZ 46 45.9 45.46 -
YUV 181.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 197 176 172 0 0.11 0.13 0.23 9.6 0.18 0.72
Hex C5 B0 AC 0 B D 17 A 12 48
Octal 305 260 254 0 13 15 27 12 22 110
Binary 11000101 10110000 10101100 0 1011 1101 10111 1010 10010 1001000

Color Harmonies of #C5B0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0AC

Black with #C5B0AC

Text Example


Text Example

White with #C5B0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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