Html Css Color HEX #C8ABA8 Cold Turkey

📋 copy color: '#C8ABA8'

red 200 ◦ green 171 ◦ blue 168

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

Shades of Cold Turkey #C8ABA8

Tints of Cold Turkey #C8ABA8

RGB

 RED value IS 200 (78.52% from 255) = 37.11%

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

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

R = 37.11%
G = 31.73%
B = 31.17%

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

#C8ABA8 (or 0xC8ABA8) is known color: Cold Turkey. HEX triplet: C8, AB and A8. RGB value is (200,171,168). Sum of RGB (Red+Green+Blue) = 200+171+168=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABA8 is #375457. Grayscale: #B3B3B3. Windows color (decimal): -3626072 or 11054024. OLE color: 11054024.

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

Color convert

RGB 200 171 168 -
CMYK 0 0.14 0.16 0.22
HSL 5.63º 0.23% 0.72% -
HSV(B) 5.63º 0.16% 0.78% -
XYZ 45.45 44.23 43.19 -
YUV 179.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 200 171 168 0 0.14 0.16 0.22 5.63 0.23 0.72
Hex C8 AB A8 0 E 10 16 6 17 48
Octal 310 253 250 0 16 20 26 6 27 110
Binary 11001000 10101011 10101000 0 1110 10000 10110 110 10111 1001000

Color Harmonies of #C8ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABA8

Black with #C8ABA8

Text Example


Text Example

White with #C8ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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