Html Css Color HEX #C7AFAC Cold Turkey

📋 copy color: '#C7AFAC'

red 199 ◦ green 175 ◦ blue 172

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

Shades of Cold Turkey #C7AFAC

Tints of Cold Turkey #C7AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.05%

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

R = 36.45%
G = 32.05%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7AFAC (or 0xC7AFAC) is known color: Cold Turkey. HEX triplet: C7, AF and AC. RGB value is (199,175,172). Sum of RGB (Red+Green+Blue) = 199+175+172=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFAC is #385053. Grayscale: #B5B5B5. Windows color (decimal): -3690580 or 11317191. OLE color: 11317191.

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

Color convert

RGB 199 175 172 -
CMYK 0 0.12 0.14 0.22
HSL 6.67º 0.19% 0.73% -
HSV(B) 6.67º 0.14% 0.78% -
XYZ 46.33 45.78 45.42 -
YUV 181.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 199 175 172 0 0.12 0.14 0.22 6.67 0.19 0.73
Hex C7 AF AC 0 C E 16 7 13 49
Octal 307 257 254 0 14 16 26 7 23 111
Binary 11000111 10101111 10101100 0 1100 1110 10110 111 10011 1001001

Color Harmonies of #C7AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFAC

Black with #C7AFAC

Text Example


Text Example

White with #C7AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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