Html Css Color HEX #C2995C Twine

📋 copy color: '#C2995C'

red 194 ◦ green 153 ◦ blue 92

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

Shades of Twine #C2995C

Tints of Twine #C2995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 44.19%
G = 34.85%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2995C (or 0xC2995C) is known color: Twine. HEX triplet: C2, 99 and 5C. RGB value is (194,153,92). Sum of RGB (Red+Green+Blue) = 194+153+92=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2995C is #3D66A3. Grayscale: #9E9E9E. Windows color (decimal): -4023972 or 6068674. OLE color: 6068674.

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

Color convert

RGB 194 153 92 -
CMYK 0 0.21 0.53 0.24
HSL 35.88º 0.46% 0.56% -
HSV(B) 35.88º 0.53% 0.76% -
XYZ 35.57 35.02 15.01 -
YUV 158.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 194 153 92 0 0.21 0.53 0.24 35.88 0.46 0.56
Hex C2 99 5C 0 15 35 18 24 2E 38
Octal 302 231 134 0 25 65 30 44 56 70
Binary 11000010 10011001 1011100 0 10101 110101 11000 100100 101110 111000

Color Harmonies of #C2995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2995C

Black with #C2995C

Text Example


Text Example

White with #C2995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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