Html Css Color HEX #C7AEAC Cold Turkey

📋 copy color: '#C7AEAC'

red 199 ◦ green 174 ◦ blue 172

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

Shades of Cold Turkey #C7AEAC

Tints of Cold Turkey #C7AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.56%

R = 36.51%
G = 31.93%
B = 31.56%

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

#C7AEAC (or 0xC7AEAC) is known color: Cold Turkey. HEX triplet: C7, AE and AC. RGB value is (199,174,172). Sum of RGB (Red+Green+Blue) = 199+174+172=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AEAC is #385153. Grayscale: #B5B5B5. Windows color (decimal): -3690836 or 11316935. OLE color: 11316935.

HSL color Cylindrical-coordinate representation of color #C7AEAC: hue angle of 4.44º degrees, saturation: 0.19, 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 #C7AEAC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 174 172 -
CMYK 0 0.13 0.14 0.22
HSL 4.44º 0.19% 0.73% -
HSV(B) 4.44º 0.14% 0.78% -
XYZ 46.14 45.39 45.36 -
YUV 181.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 199 174 172 0 0.13 0.14 0.22 4.44 0.19 0.73
Hex C7 AE AC 0 D E 16 4 13 49
Octal 307 256 254 0 15 16 26 4 23 111
Binary 11000111 10101110 10101100 0 1101 1110 10110 100 10011 1001001

Color Harmonies of #C7AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEAC

Black with #C7AEAC

Text Example


Text Example

White with #C7AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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