Html Css Color HEX #C0915E Twine

📋 copy color: '#C0915E'

red 192 ◦ green 145 ◦ blue 94

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

Shades of Twine #C0915E

Tints of Twine #C0915E

RGB

 RED value IS 192 (75.39% from 255) = 44.55%

 GREEN value IS 145 (57.03% from 255) = 33.64%

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

R = 44.55%
G = 33.64%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0915E (or 0xC0915E) is known color: Twine. HEX triplet: C0, 91 and 5E. RGB value is (192,145,94). Sum of RGB (Red+Green+Blue) = 192+145+94=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0915E is #3F6EA1. Grayscale: #999999. Windows color (decimal): -4157090 or 6197696. OLE color: 6197696.

HSL color Cylindrical-coordinate representation of color #C0915E: hue angle of 31.22º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0915E is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 94 -
CMYK 0 0.24 0.51 0.25
HSL 31.22º 0.44% 0.56% -
HSV(B) 31.22º 0.51% 0.75% -
XYZ 33.88 32.27 15.03 -
YUV 153.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 192 145 94 0 0.24 0.51 0.25 31.22 0.44 0.56
Hex C0 91 5E 0 18 33 19 1F 2C 38
Octal 300 221 136 0 30 63 31 37 54 70
Binary 11000000 10010001 1011110 0 11000 110011 11001 11111 101100 111000

Color Harmonies of #C0915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0915E

Black with #C0915E

Text Example


Text Example

White with #C0915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0915E; }

 p { color: rgb(192,145,94); }

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

background-color css

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

 a { background-color: rgb(192,145,94); }

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

border-color css

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

 span { border-color: rgb(192,145,94); }

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