Html Css Color HEX #C5945C Twine

📋 copy color: '#C5945C'

red 197 ◦ green 148 ◦ blue 92

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

Shades of Twine #C5945C

Tints of Twine #C5945C

RGB

 RED value IS 197 (77.34% from 255) = 45.08%

 GREEN value IS 148 (58.2% from 255) = 33.87%

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

R = 45.08%
G = 33.87%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5945C (or 0xC5945C) is known color: Twine. HEX triplet: C5, 94 and 5C. RGB value is (197,148,92). Sum of RGB (Red+Green+Blue) = 197+148+92=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5945C is #3A6BA3. Grayscale: #9C9C9C. Windows color (decimal): -3828644 or 6067397. OLE color: 6067397.

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

Color convert

RGB 197 148 92 -
CMYK 0 0.25 0.53 0.23
HSL 32º 0.48% 0.57% -
HSV(B) 32º 0.53% 0.77% -
XYZ 35.55 33.82 14.78 -
YUV 156.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 197 148 92 0 0.25 0.53 0.23 32 0.48 0.57
Hex C5 94 5C 0 19 35 17 20 30 39
Octal 305 224 134 0 31 65 27 40 60 71
Binary 11000101 10010100 1011100 0 11001 110101 10111 100000 110000 111001

Color Harmonies of #C5945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5945C

Black with #C5945C

Text Example


Text Example

White with #C5945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5945C; }

 p { color: rgb(197,148,92); }

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

background-color css

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

 a { background-color: rgb(197,148,92); }

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

border-color css

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

 span { border-color: rgb(197,148,92); }

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