Html Css Color HEX #C7BAB9 Cold Turkey

📋 copy color: '#C7BAB9'

red 199 ◦ green 186 ◦ blue 185

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

Shades of Cold Turkey #C7BAB9

Tints of Cold Turkey #C7BAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 185 (72.66% from 255) = 32.46%

R = 34.91%
G = 32.63%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7BAB9 (or 0xC7BAB9) is known color: Cold Turkey. HEX triplet: C7, BA and B9. RGB value is (199,186,185). Sum of RGB (Red+Green+Blue) = 199+186+185=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAB9 is #384546. Grayscale: #BDBDBD. Windows color (decimal): -3687751 or 12171975. OLE color: 12171975.

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

Color convert

RGB 199 186 185 -
CMYK 0 0.07 0.07 0.22
HSL 4.29º 0.11% 0.75% -
HSV(B) 4.29º 0.07% 0.78% -
XYZ 49.87 50.76 53.07 -
YUV 189.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 199 186 185 0 0.07 0.07 0.22 4.29 0.11 0.75
Hex C7 BA B9 0 7 7 16 4 B 4B
Octal 307 272 271 0 7 7 26 4 13 113
Binary 11000111 10111010 10111001 0 111 111 10110 100 1011 1001011

Color Harmonies of #C7BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAB9

Black with #C7BAB9

Text Example


Text Example

White with #C7BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAB9; }

 p { color: rgb(199,186,185); }

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

background-color css

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

 a { background-color: rgb(199,186,185); }

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

border-color css

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

 span { border-color: rgb(199,186,185); }

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