Html Css Color HEX #C0925A Twine

📋 copy color: '#C0925A'

red 192 ◦ green 146 ◦ blue 90

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

Shades of Twine #C0925A

Tints of Twine #C0925A

RGB

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

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

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

R = 44.86%
G = 34.11%
B = 21.03%

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

#C0925A (or 0xC0925A) is known color: Twine. HEX triplet: C0, 92 and 5A. RGB value is (192,146,90). Sum of RGB (Red+Green+Blue) = 192+146+90=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0925A is #3F6DA5. Grayscale: #999999. Windows color (decimal): -4156838 or 5935808. OLE color: 5935808.

HSL color Cylindrical-coordinate representation of color #C0925A: hue angle of 32.94º 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 #C0925A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 90 -
CMYK 0 0.24 0.53 0.25
HSL 32.94º 0.45% 0.55% -
HSV(B) 32.94º 0.53% 0.75% -
XYZ 33.86 32.5 14.16 -
YUV 153.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 192 146 90 0 0.24 0.53 0.25 32.94 0.45 0.55
Hex C0 92 5A 0 18 35 19 21 2D 37
Octal 300 222 132 0 30 65 31 41 55 67
Binary 11000000 10010010 1011010 0 11000 110101 11001 100001 101101 110111

Color Harmonies of #C0925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0925A

Black with #C0925A

Text Example


Text Example

White with #C0925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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