Html Css Color HEX #C6BCBA Cold Turkey

📋 copy color: '#C6BCBA'

red 198 ◦ green 188 ◦ blue 186

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

Shades of Cold Turkey #C6BCBA

Tints of Cold Turkey #C6BCBA

RGB

 RED value IS 198 (77.73% from 255) = 34.62%

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

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

R = 34.62%
G = 32.87%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6BCBA (or 0xC6BCBA) is known color: Cold Turkey. HEX triplet: C6, BC and BA. RGB value is (198,188,186). Sum of RGB (Red+Green+Blue) = 198+188+186=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCBA is #394345. Grayscale: #BEBEBE. Windows color (decimal): -3752774 or 12238022. OLE color: 12238022.

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

Color convert

RGB 198 188 186 -
CMYK 0 0.05 0.06 0.22
HSL 10º 0.1% 0.75% -
HSV(B) 10º 0.06% 0.78% -
XYZ 50.13 51.52 53.76 -
YUV 190.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 198 188 186 0 0.05 0.06 0.22 10 0.1 0.75
Hex C6 BC BA 0 5 6 16 A A 4B
Octal 306 274 272 0 5 6 26 12 12 113
Binary 11000110 10111100 10111010 0 101 110 10110 1010 1010 1001011

Color Harmonies of #C6BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCBA

Black with #C6BCBA

Text Example


Text Example

White with #C6BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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