Html Css Color HEX #C2B2AD Cold Turkey

📋 copy color: '#C2B2AD'

red 194 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #C2B2AD

Tints of Cold Turkey #C2B2AD

RGB

 RED value IS 194 (76.17% from 255) = 35.6%

 GREEN value IS 178 (69.92% from 255) = 32.66%

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 35.6%
G = 32.66%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2B2AD (or 0xC2B2AD) is known color: Cold Turkey. HEX triplet: C2, B2 and AD. RGB value is (194,178,173). Sum of RGB (Red+Green+Blue) = 194+178+173=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2AD is #3D4D52. Grayscale: #B6B6B6. Windows color (decimal): -4017491 or 11383490. OLE color: 11383490.

HSL color Cylindrical-coordinate representation of color #C2B2AD: hue angle of 14.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2B2AD is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 173 -
CMYK 0 0.08 0.11 0.24
HSL 14.29º 0.15% 0.72% -
HSV(B) 14.29º 0.11% 0.76% -
XYZ 45.71 46.33 46.07 -
YUV 182.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 194 178 173 0 0.08 0.11 0.24 14.29 0.15 0.72
Hex C2 B2 AD 0 8 B 18 E F 48
Octal 302 262 255 0 10 13 30 16 17 110
Binary 11000010 10110010 10101101 0 1000 1011 11000 1110 1111 1001000

Color Harmonies of #C2B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B2AD

Black with #C2B2AD

Text Example


Text Example

White with #C2B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B2AD; }

 p { color: rgb(194,178,173); }

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

background-color css

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

 a { background-color: rgb(194,178,173); }

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

border-color css

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

 span { border-color: rgb(194,178,173); }

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