Html Css Color HEX #C2996B Fallow

📋 copy color: '#C2996B'

red 194 ◦ green 153 ◦ blue 107

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

Shades of Fallow #C2996B

Tints of Fallow #C2996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 107 (42.19% from 255) = 23.57%

R = 42.73%
G = 33.7%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2996B (or 0xC2996B) is known color: Fallow. HEX triplet: C2, 99 and 6B. RGB value is (194,153,107). Sum of RGB (Red+Green+Blue) = 194+153+107=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2996B is #3D6694. Grayscale: #A0A0A0. Windows color (decimal): -4023957 or 7051714. OLE color: 7051714.

HSL color Cylindrical-coordinate representation of color #C2996B: hue angle of 31.72º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2996B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 107 -
CMYK 0 0.21 0.45 0.24
HSL 31.72º 0.42% 0.59% -
HSV(B) 31.72º 0.45% 0.76% -
XYZ 36.29 35.31 18.81 -
YUV 160.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 194 153 107 0 0.21 0.45 0.24 31.72 0.42 0.59
Hex C2 99 6B 0 15 2D 18 20 2A 3B
Octal 302 231 153 0 25 55 30 40 52 73
Binary 11000010 10011001 1101011 0 10101 101101 11000 100000 101010 111011

Color Harmonies of #C2996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2996B

Black with #C2996B

Text Example


Text Example

White with #C2996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2996B; }

 p { color: rgb(194,153,107); }

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

background-color css

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

 a { background-color: rgb(194,153,107); }

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

border-color css

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

 span { border-color: rgb(194,153,107); }

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