Html Css Color HEX #C9BDBA Cold Turkey

📋 copy color: '#C9BDBA'

red 201 ◦ green 189 ◦ blue 186

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

Shades of Cold Turkey #C9BDBA

Tints of Cold Turkey #C9BDBA

RGB

 RED value IS 201 (78.91% from 255) = 34.9%

 GREEN value IS 189 (74.22% from 255) = 32.81%

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

R = 34.9%
G = 32.81%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9BDBA (or 0xC9BDBA) is known color: Cold Turkey. HEX triplet: C9, BD and BA. RGB value is (201,189,186). Sum of RGB (Red+Green+Blue) = 201+189+186=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBA is #364245. Grayscale: #C0C0C0. Windows color (decimal): -3555910 or 12238281. OLE color: 12238281.

HSL color Cylindrical-coordinate representation of color #C9BDBA: hue angle of 12º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BDBA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 186 -
CMYK 0 0.06 0.07 0.21
HSL 12º 0.12% 0.76% -
HSV(B) 12º 0.07% 0.79% -
XYZ 51.15 52.36 53.86 -
YUV 192.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 201 189 186 0 0.06 0.07 0.21 12 0.12 0.76
Hex C9 BD BA 0 6 7 15 C C 4C
Octal 311 275 272 0 6 7 25 14 14 114
Binary 11001001 10111101 10111010 0 110 111 10101 1100 1100 1001100

Color Harmonies of #C9BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDBA

Black with #C9BDBA

Text Example


Text Example

White with #C9BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDBA; }

 p { color: rgb(201,189,186); }

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

background-color css

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

 a { background-color: rgb(201,189,186); }

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

border-color css

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

 span { border-color: rgb(201,189,186); }

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