Html Css Color HEX #C0975D Twine

📋 copy color: '#C0975D'

red 192 ◦ green 151 ◦ blue 93

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

Shades of Twine #C0975D

Tints of Twine #C0975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.63%

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 44.04%
G = 34.63%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0975D (or 0xC0975D) is known color: Twine. HEX triplet: C0, 97 and 5D. RGB value is (192,151,93). Sum of RGB (Red+Green+Blue) = 192+151+93=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0975D is #3F68A2. Grayscale: #9C9C9C. Windows color (decimal): -4155555 or 6133696. OLE color: 6133696.

HSL color Cylindrical-coordinate representation of color #C0975D: hue angle of 35.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0975D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 93 -
CMYK 0 0.21 0.52 0.25
HSL 35.15º 0.44% 0.56% -
HSV(B) 35.15º 0.52% 0.75% -
XYZ 34.78 34.13 15.11 -
YUV 156.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 192 151 93 0 0.21 0.52 0.25 35.15 0.44 0.56
Hex C0 97 5D 0 15 34 19 23 2C 38
Octal 300 227 135 0 25 64 31 43 54 70
Binary 11000000 10010111 1011101 0 10101 110100 11001 100011 101100 111000

Color Harmonies of #C0975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0975D

Black with #C0975D

Text Example


Text Example

White with #C0975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0975D; }

 p { color: rgb(192,151,93); }

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

background-color css

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

 a { background-color: rgb(192,151,93); }

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

border-color css

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

 span { border-color: rgb(192,151,93); }

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