Html Css Color HEX #C4925F Twine

📋 copy color: '#C4925F'

red 196 ◦ green 146 ◦ blue 95

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

Shades of Twine #C4925F

Tints of Twine #C4925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 44.85%
G = 33.41%
B = 21.74%

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

#C4925F (or 0xC4925F) is known color: Twine. HEX triplet: C4, 92 and 5F. RGB value is (196,146,95). Sum of RGB (Red+Green+Blue) = 196+146+95=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4925F is #3B6DA0. Grayscale: #9B9B9B. Windows color (decimal): -3894689 or 6263492. OLE color: 6263492.

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

Color convert

RGB 196 146 95 -
CMYK 0 0.26 0.52 0.23
HSL 30.3º 0.46% 0.57% -
HSV(B) 30.3º 0.52% 0.77% -
XYZ 35.11 33.12 15.37 -
YUV 155.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 196 146 95 0 0.26 0.52 0.23 30.3 0.46 0.57
Hex C4 92 5F 0 1A 34 17 1E 2E 39
Octal 304 222 137 0 32 64 27 36 56 71
Binary 11000100 10010010 1011111 0 11010 110100 10111 11110 101110 111001

Color Harmonies of #C4925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4925F

Black with #C4925F

Text Example


Text Example

White with #C4925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4925F; }

 p { color: rgb(196,146,95); }

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

background-color css

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

 a { background-color: rgb(196,146,95); }

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

border-color css

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

 span { border-color: rgb(196,146,95); }

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