Html Css Color HEX #C2995E Twine

📋 copy color: '#C2995E'

red 194 ◦ green 153 ◦ blue 94

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

Shades of Twine #C2995E

Tints of Twine #C2995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 43.99%
G = 34.69%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2995E (or 0xC2995E) is known color: Twine. HEX triplet: C2, 99 and 5E. RGB value is (194,153,94). Sum of RGB (Red+Green+Blue) = 194+153+94=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2995E is #3D66A1. Grayscale: #9E9E9E. Windows color (decimal): -4023970 or 6199746. OLE color: 6199746.

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

Color convert

RGB 194 153 94 -
CMYK 0 0.21 0.52 0.24
HSL 35.4º 0.45% 0.56% -
HSV(B) 35.4º 0.52% 0.76% -
XYZ 35.66 35.06 15.48 -
YUV 158.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 194 153 94 0 0.21 0.52 0.24 35.4 0.45 0.56
Hex C2 99 5E 0 15 34 18 23 2D 38
Octal 302 231 136 0 25 64 30 43 55 70
Binary 11000010 10011001 1011110 0 10101 110100 11000 100011 101101 111000

Color Harmonies of #C2995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2995E

Black with #C2995E

Text Example


Text Example

White with #C2995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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