Html Css Color HEX #C0945F Twine

📋 copy color: '#C0945F'

red 192 ◦ green 148 ◦ blue 95

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

Shades of Twine #C0945F

Tints of Twine #C0945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 44.14%
G = 34.02%
B = 21.84%

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

#C0945F (or 0xC0945F) is known color: Twine. HEX triplet: C0, 94 and 5F. RGB value is (192,148,95). Sum of RGB (Red+Green+Blue) = 192+148+95=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0945F is #3F6BA0. Grayscale: #9B9B9B. Windows color (decimal): -4156321 or 6264000. OLE color: 6264000.

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

Color convert

RGB 192 148 95 -
CMYK 0 0.23 0.51 0.25
HSL 32.78º 0.43% 0.56% -
HSV(B) 32.78º 0.51% 0.75% -
XYZ 34.39 33.21 15.42 -
YUV 155.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 192 148 95 0 0.23 0.51 0.25 32.78 0.43 0.56
Hex C0 94 5F 0 17 33 19 21 2B 38
Octal 300 224 137 0 27 63 31 41 53 70
Binary 11000000 10010100 1011111 0 10111 110011 11001 100001 101011 111000

Color Harmonies of #C0945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0945F

Black with #C0945F

Text Example


Text Example

White with #C0945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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