Html Css Color HEX #C7ABA8 Cold Turkey

📋 copy color: '#C7ABA8'

red 199 ◦ green 171 ◦ blue 168

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

Shades of Cold Turkey #C7ABA8

Tints of Cold Turkey #C7ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.78%

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 36.99%
G = 31.78%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C7ABA8 (or 0xC7ABA8) is known color: Cold Turkey. HEX triplet: C7, AB and A8. RGB value is (199,171,168). Sum of RGB (Red+Green+Blue) = 199+171+168=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABA8 is #385457. Grayscale: #B3B3B3. Windows color (decimal): -3691608 or 11054023. OLE color: 11054023.

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

Color convert

RGB 199 171 168 -
CMYK 0 0.14 0.16 0.22
HSL 5.81º 0.22% 0.72% -
HSV(B) 5.81º 0.16% 0.78% -
XYZ 45.18 44.1 43.18 -
YUV 179.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 199 171 168 0 0.14 0.16 0.22 5.81 0.22 0.72
Hex C7 AB A8 0 E 10 16 6 16 48
Octal 307 253 250 0 16 20 26 6 26 110
Binary 11000111 10101011 10101000 0 1110 10000 10110 110 10110 1001000

Color Harmonies of #C7ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABA8

Black with #C7ABA8

Text Example


Text Example

White with #C7ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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