Html Css Color HEX #C5BAB8 Cold Turkey

📋 copy color: '#C5BAB8'

red 197 ◦ green 186 ◦ blue 184

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

Shades of Cold Turkey #C5BAB8

Tints of Cold Turkey #C5BAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.8%

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 34.74%
G = 32.8%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C5BAB8 (or 0xC5BAB8) is known color: Cold Turkey. HEX triplet: C5, BA and B8. RGB value is (197,186,184). Sum of RGB (Red+Green+Blue) = 197+186+184=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAB8 is #3A4547. Grayscale: #BDBDBD. Windows color (decimal): -3818824 or 12106437. OLE color: 12106437.

HSL color Cylindrical-coordinate representation of color #C5BAB8: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BAB8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 184 -
CMYK 0 0.06 0.07 0.23
HSL 9.23º 0.1% 0.75% -
HSV(B) 9.23º 0.07% 0.77% -
XYZ 49.24 50.45 52.49 -
YUV 189.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 197 186 184 0 0.06 0.07 0.23 9.23 0.1 0.75
Hex C5 BA B8 0 6 7 17 9 A 4B
Octal 305 272 270 0 6 7 27 11 12 113
Binary 11000101 10111010 10111000 0 110 111 10111 1001 1010 1001011

Color Harmonies of #C5BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAB8

Black with #C5BAB8

Text Example


Text Example

White with #C5BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAB8; }

 p { color: rgb(197,186,184); }

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

background-color css

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

 a { background-color: rgb(197,186,184); }

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

border-color css

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

 span { border-color: rgb(197,186,184); }

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