Html Css Color HEX #C4ADA8 Cold Turkey

📋 copy color: '#C4ADA8'

red 196 ◦ green 173 ◦ blue 168

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

Shades of Cold Turkey #C4ADA8

Tints of Cold Turkey #C4ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.22%

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

R = 36.5%
G = 32.22%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4ADA8 (or 0xC4ADA8) is known color: Cold Turkey. HEX triplet: C4, AD and A8. RGB value is (196,173,168). Sum of RGB (Red+Green+Blue) = 196+173+168=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADA8 is #3B5257. Grayscale: #B3B3B3. Windows color (decimal): -3887704 or 11054532. OLE color: 11054532.

HSL color Cylindrical-coordinate representation of color #C4ADA8: hue angle of 10.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4ADA8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 168 -
CMYK 0 0.12 0.14 0.23
HSL 10.71º 0.19% 0.71% -
HSV(B) 10.71º 0.14% 0.77% -
XYZ 44.78 44.45 43.27 -
YUV 179.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 196 173 168 0 0.12 0.14 0.23 10.71 0.19 0.71
Hex C4 AD A8 0 C E 17 B 13 47
Octal 304 255 250 0 14 16 27 13 23 107
Binary 11000100 10101101 10101000 0 1100 1110 10111 1011 10011 1000111

Color Harmonies of #C4ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADA8

Black with #C4ADA8

Text Example


Text Example

White with #C4ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADA8; }

 p { color: rgb(196,173,168); }

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

background-color css

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

 a { background-color: rgb(196,173,168); }

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

border-color css

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

 span { border-color: rgb(196,173,168); }

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