Html Css Color HEX #C8AFAE Cold Turkey

📋 copy color: '#C8AFAE'

red 200 ◦ green 175 ◦ blue 174

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

Shades of Cold Turkey #C8AFAE

Tints of Cold Turkey #C8AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.69%

R = 36.43%
G = 31.88%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C8AFAE (or 0xC8AFAE) is known color: Cold Turkey. HEX triplet: C8, AF and AE. RGB value is (200,175,174). Sum of RGB (Red+Green+Blue) = 200+175+174=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFAE is #375051. Grayscale: #B6B6B6. Windows color (decimal): -3625042 or 11448264. OLE color: 11448264.

HSL color Cylindrical-coordinate representation of color #C8AFAE: hue angle of 2.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AFAE is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 174 -
CMYK 0 0.12 0.13 0.22
HSL 2.31º 0.19% 0.73% -
HSV(B) 2.31º 0.13% 0.78% -
XYZ 46.79 46 46.46 -
YUV 182.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 200 175 174 0 0.12 0.13 0.22 2.31 0.19 0.73
Hex C8 AF AE 0 C D 16 2 13 49
Octal 310 257 256 0 14 15 26 2 23 111
Binary 11001000 10101111 10101110 0 1100 1101 10110 10 10011 1001001

Color Harmonies of #C8AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFAE

Black with #C8AFAE

Text Example


Text Example

White with #C8AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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