Html Css Color HEX #C0955F Twine

📋 copy color: '#C0955F'

red 192 ◦ green 149 ◦ blue 95

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

Shades of Twine #C0955F

Tints of Twine #C0955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

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

R = 44.04%
G = 34.17%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0955F (or 0xC0955F) is known color: Twine. HEX triplet: C0, 95 and 5F. RGB value is (192,149,95). Sum of RGB (Red+Green+Blue) = 192+149+95=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0955F is #3F6AA0. Grayscale: #9B9B9B. Windows color (decimal): -4156065 or 6264256. OLE color: 6264256.

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

Color convert

RGB 192 149 95 -
CMYK 0 0.22 0.51 0.25
HSL 33.4º 0.43% 0.56% -
HSV(B) 33.4º 0.51% 0.75% -
XYZ 34.55 33.53 15.48 -
YUV 155.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 192 149 95 0 0.22 0.51 0.25 33.4 0.43 0.56
Hex C0 95 5F 0 16 33 19 21 2B 38
Octal 300 225 137 0 26 63 31 41 53 70
Binary 11000000 10010101 1011111 0 10110 110011 11001 100001 101011 111000

Color Harmonies of #C0955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0955F

Black with #C0955F

Text Example


Text Example

White with #C0955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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