Html Css Color HEX #C2996E Fallow

📋 copy color: '#C2996E'

red 194 ◦ green 153 ◦ blue 110

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

Shades of Fallow #C2996E

Tints of Fallow #C2996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 42.45%
G = 33.48%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2996E (or 0xC2996E) is known color: Fallow. HEX triplet: C2, 99 and 6E. RGB value is (194,153,110). Sum of RGB (Red+Green+Blue) = 194+153+110=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2996E is #3D6691. Grayscale: #A0A0A0. Windows color (decimal): -4023954 or 7248322. OLE color: 7248322.

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

Color convert

RGB 194 153 110 -
CMYK 0 0.21 0.43 0.24
HSL 30.71º 0.41% 0.6% -
HSV(B) 30.71º 0.43% 0.76% -
XYZ 36.45 35.38 19.66 -
YUV 160.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 194 153 110 0 0.21 0.43 0.24 30.71 0.41 0.6
Hex C2 99 6E 0 15 2B 18 1F 29 3C
Octal 302 231 156 0 25 53 30 37 51 74
Binary 11000010 10011001 1101110 0 10101 101011 11000 11111 101001 111100

Color Harmonies of #C2996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2996E

Black with #C2996E

Text Example


Text Example

White with #C2996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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