Html Css Color HEX #C9BEBB Cold Turkey

📋 copy color: '#C9BEBB'

red 201 ◦ green 190 ◦ blue 187

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

Shades of Cold Turkey #C9BEBB

Tints of Cold Turkey #C9BEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.87%

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

R = 34.78%
G = 32.87%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9BEBB (or 0xC9BEBB) is known color: Cold Turkey. HEX triplet: C9, BE and BB. RGB value is (201,190,187). Sum of RGB (Red+Green+Blue) = 201+190+187=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBB is #364144. Grayscale: #C0C0C0. Windows color (decimal): -3555653 or 12304073. OLE color: 12304073.

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

Color convert

RGB 201 190 187 -
CMYK 0 0.05 0.07 0.21
HSL 12.86º 0.11% 0.76% -
HSV(B) 12.86º 0.07% 0.79% -
XYZ 51.47 52.83 54.5 -
YUV 192.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 201 190 187 0 0.05 0.07 0.21 12.86 0.11 0.76
Hex C9 BE BB 0 5 7 15 D B 4C
Octal 311 276 273 0 5 7 25 15 13 114
Binary 11001001 10111110 10111011 0 101 111 10101 1101 1011 1001100

Color Harmonies of #C9BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEBB

Black with #C9BEBB

Text Example


Text Example

White with #C9BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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