Html Css Color HEX #C4905E Twine

📋 copy color: '#C4905E'

red 196 ◦ green 144 ◦ blue 94

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

Shades of Twine #C4905E

Tints of Twine #C4905E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.18%

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

R = 45.16%
G = 33.18%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4905E (or 0xC4905E) is known color: Twine. HEX triplet: C4, 90 and 5E. RGB value is (196,144,94). Sum of RGB (Red+Green+Blue) = 196+144+94=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4905E is #3B6FA1. Grayscale: #9A9A9A. Windows color (decimal): -3895202 or 6197444. OLE color: 6197444.

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

Color convert

RGB 196 144 94 -
CMYK 0 0.27 0.52 0.23
HSL 29.41º 0.46% 0.57% -
HSV(B) 29.41º 0.52% 0.77% -
XYZ 34.76 32.49 15.03 -
YUV 153.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 196 144 94 0 0.27 0.52 0.23 29.41 0.46 0.57
Hex C4 90 5E 0 1B 34 17 1D 2E 39
Octal 304 220 136 0 33 64 27 35 56 71
Binary 11000100 10010000 1011110 0 11011 110100 10111 11101 101110 111001

Color Harmonies of #C4905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4905E

Black with #C4905E

Text Example


Text Example

White with #C4905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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