Html Css Color HEX #C2996F Fallow

📋 copy color: '#C2996F'

red 194 ◦ green 153 ◦ blue 111

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

Shades of Fallow #C2996F

Tints of Fallow #C2996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 42.36%
G = 33.41%
B = 24.24%

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

#C2996F (or 0xC2996F) is known color: Fallow. HEX triplet: C2, 99 and 6F. RGB value is (194,153,111). Sum of RGB (Red+Green+Blue) = 194+153+111=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2996F is #3D6690. Grayscale: #A0A0A0. Windows color (decimal): -4023953 or 7313858. OLE color: 7313858.

HSL color Cylindrical-coordinate representation of color #C2996F: hue angle of 30.36º degrees, saturation: 0.4, 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 #C2996F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 111 -
CMYK 0 0.21 0.43 0.24
HSL 30.36º 0.4% 0.6% -
HSV(B) 30.36º 0.43% 0.76% -
XYZ 36.51 35.4 19.95 -
YUV 160.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 194 153 111 0 0.21 0.43 0.24 30.36 0.4 0.6
Hex C2 99 6F 0 15 2B 18 1E 28 3C
Octal 302 231 157 0 25 53 30 36 50 74
Binary 11000010 10011001 1101111 0 10101 101011 11000 11110 101000 111100

Color Harmonies of #C2996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2996F

Black with #C2996F

Text Example


Text Example

White with #C2996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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