Html Css Color HEX #C7AEAB Cold Turkey

📋 copy color: '#C7AEAB'

red 199 ◦ green 174 ◦ blue 171

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

Shades of Cold Turkey #C7AEAB

Tints of Cold Turkey #C7AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.99%

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 36.58%
G = 31.99%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7AEAB (or 0xC7AEAB) is known color: Cold Turkey. HEX triplet: C7, AE and AB. RGB value is (199,174,171). Sum of RGB (Red+Green+Blue) = 199+174+171=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AEAB is #385154. Grayscale: #B5B5B5. Windows color (decimal): -3690837 or 11251399. OLE color: 11251399.

HSL color Cylindrical-coordinate representation of color #C7AEAB: hue angle of 6.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7AEAB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 174 171 -
CMYK 0 0.13 0.14 0.22
HSL 6.43º 0.2% 0.73% -
HSV(B) 6.43º 0.14% 0.78% -
XYZ 46.04 45.35 44.86 -
YUV 181.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 199 174 171 0 0.13 0.14 0.22 6.43 0.2 0.73
Hex C7 AE AB 0 D E 16 6 14 49
Octal 307 256 253 0 15 16 26 6 24 111
Binary 11000111 10101110 10101011 0 1101 1110 10110 110 10100 1001001

Color Harmonies of #C7AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEAB

Black with #C7AEAB

Text Example


Text Example

White with #C7AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEAB; }

 p { color: rgb(199,174,171); }

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

background-color css

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

 a { background-color: rgb(199,174,171); }

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

border-color css

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

 span { border-color: rgb(199,174,171); }

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