Html Css Color HEX #C0915A Twine

📋 copy color: '#C0915A'

red 192 ◦ green 145 ◦ blue 90

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

Shades of Twine #C0915A

Tints of Twine #C0915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 44.96%
G = 33.96%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0915A (or 0xC0915A) is known color: Twine. HEX triplet: C0, 91 and 5A. RGB value is (192,145,90). Sum of RGB (Red+Green+Blue) = 192+145+90=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0915A is #3F6EA5. Grayscale: #999999. Windows color (decimal): -4157094 or 5935552. OLE color: 5935552.

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

Color convert

RGB 192 145 90 -
CMYK 0 0.24 0.53 0.25
HSL 32.35º 0.45% 0.55% -
HSV(B) 32.35º 0.53% 0.75% -
XYZ 33.71 32.2 14.11 -
YUV 152.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 192 145 90 0 0.24 0.53 0.25 32.35 0.45 0.55
Hex C0 91 5A 0 18 35 19 20 2D 37
Octal 300 221 132 0 30 65 31 40 55 67
Binary 11000000 10010001 1011010 0 11000 110101 11001 100000 101101 110111

Color Harmonies of #C0915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0915A

Black with #C0915A

Text Example


Text Example

White with #C0915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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