Html Css Color HEX #C4925C Twine

📋 copy color: '#C4925C'

red 196 ◦ green 146 ◦ blue 92

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

Shades of Twine #C4925C

Tints of Twine #C4925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 45.16%
G = 33.64%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4925C (or 0xC4925C) is known color: Twine. HEX triplet: C4, 92 and 5C. RGB value is (196,146,92). Sum of RGB (Red+Green+Blue) = 196+146+92=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4925C is #3B6DA3. Grayscale: #9B9B9B. Windows color (decimal): -3894692 or 6066884. OLE color: 6066884.

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

Color convert

RGB 196 146 92 -
CMYK 0 0.26 0.53 0.23
HSL 31.15º 0.47% 0.56% -
HSV(B) 31.15º 0.53% 0.77% -
XYZ 34.98 33.07 14.66 -
YUV 154.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 196 146 92 0 0.26 0.53 0.23 31.15 0.47 0.56
Hex C4 92 5C 0 1A 35 17 1F 2F 38
Octal 304 222 134 0 32 65 27 37 57 70
Binary 11000100 10010010 1011100 0 11010 110101 10111 11111 101111 111000

Color Harmonies of #C4925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4925C

Black with #C4925C

Text Example


Text Example

White with #C4925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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