Html Css Color HEX #C5BCBA Cold Turkey

📋 copy color: '#C5BCBA'

red 197 ◦ green 188 ◦ blue 186

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

Shades of Cold Turkey #C5BCBA

Tints of Cold Turkey #C5BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.92%

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 34.5%
G = 32.92%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5BCBA (or 0xC5BCBA) is known color: Cold Turkey. HEX triplet: C5, BC and BA. RGB value is (197,188,186). Sum of RGB (Red+Green+Blue) = 197+188+186=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBA is #3A4345. Grayscale: #BEBEBE. Windows color (decimal): -3818310 or 12238021. OLE color: 12238021.

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

Color convert

RGB 197 188 186 -
CMYK 0 0.05 0.06 0.23
HSL 10.91º 0.09% 0.75% -
HSV(B) 10.91º 0.06% 0.77% -
XYZ 49.87 51.38 53.74 -
YUV 190.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 197 188 186 0 0.05 0.06 0.23 10.91 0.09 0.75
Hex C5 BC BA 0 5 6 17 B 9 4B
Octal 305 274 272 0 5 6 27 13 11 113
Binary 11000101 10111100 10111010 0 101 110 10111 1011 1001 1001011

Color Harmonies of #C5BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCBA

Black with #C5BCBA

Text Example


Text Example

White with #C5BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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