Html Css Color HEX #C2B3AE Cold Turkey

📋 copy color: '#C2B3AE'

red 194 ◦ green 179 ◦ blue 174

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

Shades of Cold Turkey #C2B3AE

Tints of Cold Turkey #C2B3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.72%

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

R = 35.47%
G = 32.72%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2B3AE (or 0xC2B3AE) is known color: Cold Turkey. HEX triplet: C2, B3 and AE. RGB value is (194,179,174). Sum of RGB (Red+Green+Blue) = 194+179+174=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3AE is #3D4C51. Grayscale: #B6B6B6. Windows color (decimal): -4017234 or 11449282. OLE color: 11449282.

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

Color convert

RGB 194 179 174 -
CMYK 0 0.08 0.10 0.24
HSL 15º 0.14% 0.72% -
HSV(B) 15º 0.1% 0.76% -
XYZ 46.01 46.77 46.65 -
YUV 182.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 194 179 174 0 0.08 0.10 0.24 15 0.14 0.72
Hex C2 B3 AE 0 8 A 18 F E 48
Octal 302 263 256 0 10 12 30 17 16 110
Binary 11000010 10110011 10101110 0 1000 1010 11000 1111 1110 1001000

Color Harmonies of #C2B3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3AE

Black with #C2B3AE

Text Example


Text Example

White with #C2B3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3AE; }

 p { color: rgb(194,179,174); }

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

background-color css

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

 a { background-color: rgb(194,179,174); }

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

border-color css

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

 span { border-color: rgb(194,179,174); }

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