Html Css Color HEX #C9BDBB Cold Turkey

📋 copy color: '#C9BDBB'

red 201 ◦ green 189 ◦ blue 187

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

Shades of Cold Turkey #C9BDBB

Tints of Cold Turkey #C9BDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.41%

R = 34.84%
G = 32.76%
B = 32.41%

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

#C9BDBB (or 0xC9BDBB) is known color: Cold Turkey. HEX triplet: C9, BD and BB. RGB value is (201,189,187). Sum of RGB (Red+Green+Blue) = 201+189+187=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBB is #364244. Grayscale: #C0C0C0. Windows color (decimal): -3555909 or 12303817. OLE color: 12303817.

HSL color Cylindrical-coordinate representation of color #C9BDBB: hue angle of 8.57º degrees, saturation: 0.11, 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 #C9BDBB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 187 -
CMYK 0 0.06 0.07 0.21
HSL 8.57º 0.11% 0.76% -
HSV(B) 8.57º 0.07% 0.79% -
XYZ 51.25 52.4 54.43 -
YUV 192.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 201 189 187 0 0.06 0.07 0.21 8.57 0.11 0.76
Hex C9 BD BB 0 6 7 15 9 B 4C
Octal 311 275 273 0 6 7 25 11 13 114
Binary 11001001 10111101 10111011 0 110 111 10101 1001 1011 1001100

Color Harmonies of #C9BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDBB

Black with #C9BDBB

Text Example


Text Example

White with #C9BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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