Html Css Color HEX #C4915E Twine

📋 copy color: '#C4915E'

red 196 ◦ green 145 ◦ blue 94

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

Shades of Twine #C4915E

Tints of Twine #C4915E

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 145 (57.03% from 255) = 33.33%

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

R = 45.06%
G = 33.33%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4915E (or 0xC4915E) is known color: Twine. HEX triplet: C4, 91 and 5E. RGB value is (196,145,94). Sum of RGB (Red+Green+Blue) = 196+145+94=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4915E is #3B6EA1. Grayscale: #9A9A9A. Windows color (decimal): -3894946 or 6197700. OLE color: 6197700.

HSL color Cylindrical-coordinate representation of color #C4915E: hue angle of 30º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4915E is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 94 -
CMYK 0 0.26 0.52 0.23
HSL 30º 0.46% 0.57% -
HSV(B) 30º 0.52% 0.77% -
XYZ 34.91 32.79 15.08 -
YUV 154.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 196 145 94 0 0.26 0.52 0.23 30 0.46 0.57
Hex C4 91 5E 0 1A 34 17 1E 2E 39
Octal 304 221 136 0 32 64 27 36 56 71
Binary 11000100 10010001 1011110 0 11010 110100 10111 11110 101110 111001

Color Harmonies of #C4915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4915E

Black with #C4915E

Text Example


Text Example

White with #C4915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4915E; }

 p { color: rgb(196,145,94); }

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

background-color css

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

 a { background-color: rgb(196,145,94); }

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

border-color css

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

 span { border-color: rgb(196,145,94); }

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