Html Css Color HEX #C7B7B1 Cold Turkey

📋 copy color: '#C7B7B1'

red 199 ◦ green 183 ◦ blue 177

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

Shades of Cold Turkey #C7B7B1

Tints of Cold Turkey #C7B7B1

RGB

 RED value IS 199 (78.13% from 255) = 35.6%

 GREEN value IS 183 (71.88% from 255) = 32.74%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 35.6%
G = 32.74%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C7B7B1 (or 0xC7B7B1) is known color: Cold Turkey. HEX triplet: C7, B7 and B1. RGB value is (199,183,177). Sum of RGB (Red+Green+Blue) = 199+183+177=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B7B1 is #38484E. Grayscale: #BBBBBB. Windows color (decimal): -3688527 or 11646919. OLE color: 11646919.

HSL color Cylindrical-coordinate representation of color #C7B7B1: hue angle of 16.36º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B7B1 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 183 177 -
CMYK 0 0.08 0.11 0.22
HSL 16.36º 0.16% 0.74% -
HSV(B) 16.36º 0.11% 0.78% -
XYZ 48.42 49.18 48.54 -
YUV 187.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 199 183 177 0 0.08 0.11 0.22 16.36 0.16 0.74
Hex C7 B7 B1 0 8 B 16 10 10 4A
Octal 307 267 261 0 10 13 26 20 20 112
Binary 11000111 10110111 10110001 0 1000 1011 10110 10000 10000 1001010

Color Harmonies of #C7B7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B7B1

Black with #C7B7B1

Text Example


Text Example

White with #C7B7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B7B1; }

 p { color: rgb(199,183,177); }

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

background-color css

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

 a { background-color: rgb(199,183,177); }

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

border-color css

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

 span { border-color: rgb(199,183,177); }

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