Html Css Color HEX #C4895E Twine

📋 copy color: '#C4895E'

red 196 ◦ green 137 ◦ blue 94

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

Shades of Twine #C4895E

Tints of Twine #C4895E

RGB

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

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

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

R = 45.9%
G = 32.08%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4895E (or 0xC4895E) is known color: Twine. HEX triplet: C4, 89 and 5E. RGB value is (196,137,94). Sum of RGB (Red+Green+Blue) = 196+137+94=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4895E is #3B76A1. Grayscale: #959595. Windows color (decimal): -3896994 or 6195652. OLE color: 6195652.

HSL color Cylindrical-coordinate representation of color #C4895E: hue angle of 25.29º 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 #C4895E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 94 -
CMYK 0 0.30 0.52 0.23
HSL 25.29º 0.46% 0.57% -
HSV(B) 25.29º 0.52% 0.77% -
XYZ 33.73 30.44 14.69 -
YUV 149.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 196 137 94 0 0.30 0.52 0.23 25.29 0.46 0.57
Hex C4 89 5E 0 1E 34 17 19 2E 39
Octal 304 211 136 0 36 64 27 31 56 71
Binary 11000100 10001001 1011110 0 11110 110100 10111 11001 101110 111001

Color Harmonies of #C4895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4895E

Black with #C4895E

Text Example


Text Example

White with #C4895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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