Html Css Color HEX #C0945E Twine

📋 copy color: '#C0945E'

red 192 ◦ green 148 ◦ blue 94

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

Shades of Twine #C0945E

Tints of Twine #C0945E

RGB

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

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

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

R = 44.24%
G = 34.1%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0945E (or 0xC0945E) is known color: Twine. HEX triplet: C0, 94 and 5E. RGB value is (192,148,94). Sum of RGB (Red+Green+Blue) = 192+148+94=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0945E is #3F6BA1. Grayscale: #9B9B9B. Windows color (decimal): -4156322 or 6198464. OLE color: 6198464.

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

Color convert

RGB 192 148 94 -
CMYK 0 0.23 0.51 0.25
HSL 33.06º 0.44% 0.56% -
HSV(B) 33.06º 0.51% 0.75% -
XYZ 34.35 33.19 15.19 -
YUV 155 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 192 148 94 0 0.23 0.51 0.25 33.06 0.44 0.56
Hex C0 94 5E 0 17 33 19 21 2C 38
Octal 300 224 136 0 27 63 31 41 54 70
Binary 11000000 10010100 1011110 0 10111 110011 11001 100001 101100 111000

Color Harmonies of #C0945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0945E

Black with #C0945E

Text Example


Text Example

White with #C0945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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