Html Css Color HEX #C4894E Twine

📋 copy color: '#C4894E'

red 196 ◦ green 137 ◦ blue 78

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

Shades of Twine #C4894E

Tints of Twine #C4894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 47.69%
G = 33.33%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4894E (or 0xC4894E) is known color: Twine. HEX triplet: C4, 89 and 4E. RGB value is (196,137,78). Sum of RGB (Red+Green+Blue) = 196+137+78=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4894E is #3B76B1. Grayscale: #949494. Windows color (decimal): -3897010 or 5147076. OLE color: 5147076.

HSL color Cylindrical-coordinate representation of color #C4894E: hue angle of 30º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4894E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 78 -
CMYK 0 0.30 0.60 0.23
HSL 30º 0.5% 0.54% -
HSV(B) 30º 0.6% 0.77% -
XYZ 33.09 30.18 11.29 -
YUV 147.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 196 137 78 0 0.30 0.60 0.23 30 0.5 0.54
Hex C4 89 4E 0 1E 3C 17 1E 32 36
Octal 304 211 116 0 36 74 27 36 62 66
Binary 11000100 10001001 1001110 0 11110 111100 10111 11110 110010 110110

Color Harmonies of #C4894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4894E

Black with #C4894E

Text Example


Text Example

White with #C4894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4894E; }

 p { color: rgb(196,137,78); }

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

background-color css

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

 a { background-color: rgb(196,137,78); }

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

border-color css

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

 span { border-color: rgb(196,137,78); }

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