Html Css Color HEX #C8AEAB Cold Turkey

📋 copy color: '#C8AEAB'

red 200 ◦ green 174 ◦ blue 171

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

Shades of Cold Turkey #C8AEAB

Tints of Cold Turkey #C8AEAB

RGB

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

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

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

R = 36.7%
G = 31.93%
B = 31.38%

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

#C8AEAB (or 0xC8AEAB) is known color: Cold Turkey. HEX triplet: C8, AE and AB. RGB value is (200,174,171). Sum of RGB (Red+Green+Blue) = 200+174+171=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAB is #375154. Grayscale: #B5B5B5. Windows color (decimal): -3625301 or 11251400. OLE color: 11251400.

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

Color convert

RGB 200 174 171 -
CMYK 0 0.13 0.14 0.22
HSL 6.21º 0.21% 0.73% -
HSV(B) 6.21º 0.15% 0.78% -
XYZ 46.31 45.49 44.87 -
YUV 181.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 200 174 171 0 0.13 0.14 0.22 6.21 0.21 0.73
Hex C8 AE AB 0 D E 16 6 15 49
Octal 310 256 253 0 15 16 26 6 25 111
Binary 11001000 10101110 10101011 0 1101 1110 10110 110 10101 1001001

Color Harmonies of #C8AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEAB

Black with #C8AEAB

Text Example


Text Example

White with #C8AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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