Html Css Color HEX #C4AEAA Cold Turkey

📋 copy color: '#C4AEAA'

red 196 ◦ green 174 ◦ blue 170

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

Shades of Cold Turkey #C4AEAA

Tints of Cold Turkey #C4AEAA

RGB

 RED value IS 196 (76.95% from 255) = 36.3%

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

 BLUE value IS 170 (66.8% from 255) = 31.48%

R = 36.3%
G = 32.22%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4AEAA (or 0xC4AEAA) is known color: Cold Turkey. HEX triplet: C4, AE and AA. RGB value is (196,174,170). Sum of RGB (Red+Green+Blue) = 196+174+170=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAA is #3B5155. Grayscale: #B4B4B4. Windows color (decimal): -3887446 or 11185860. OLE color: 11185860.

HSL color Cylindrical-coordinate representation of color #C4AEAA: hue angle of 9.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AEAA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 174 170 -
CMYK 0 0.11 0.13 0.23
HSL 9.23º 0.18% 0.72% -
HSV(B) 9.23º 0.13% 0.77% -
XYZ 45.16 44.91 44.32 -
YUV 180.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 196 174 170 0 0.11 0.13 0.23 9.23 0.18 0.72
Hex C4 AE AA 0 B D 17 9 12 48
Octal 304 256 252 0 13 15 27 11 22 110
Binary 11000100 10101110 10101010 0 1011 1101 10111 1001 10010 1001000

Color Harmonies of #C4AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEAA

Black with #C4AEAA

Text Example


Text Example

White with #C4AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEAA; }

 p { color: rgb(196,174,170); }

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

background-color css

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

 a { background-color: rgb(196,174,170); }

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

border-color css

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

 span { border-color: rgb(196,174,170); }

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