Html Css Color HEX #C0975F Twine

📋 copy color: '#C0975F'

red 192 ◦ green 151 ◦ blue 95

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

Shades of Twine #C0975F

Tints of Twine #C0975F

RGB

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

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

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

R = 43.84%
G = 34.47%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0975F (or 0xC0975F) is known color: Twine. HEX triplet: C0, 97 and 5F. RGB value is (192,151,95). Sum of RGB (Red+Green+Blue) = 192+151+95=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0975F is #3F68A0. Grayscale: #9D9D9D. Windows color (decimal): -4155553 or 6264768. OLE color: 6264768.

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

Color convert

RGB 192 151 95 -
CMYK 0 0.21 0.51 0.25
HSL 34.64º 0.43% 0.56% -
HSV(B) 34.64º 0.51% 0.75% -
XYZ 34.87 34.17 15.58 -
YUV 156.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 192 151 95 0 0.21 0.51 0.25 34.64 0.43 0.56
Hex C0 97 5F 0 15 33 19 23 2B 38
Octal 300 227 137 0 25 63 31 43 53 70
Binary 11000000 10010111 1011111 0 10101 110011 11001 100011 101011 111000

Color Harmonies of #C0975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0975F

Black with #C0975F

Text Example


Text Example

White with #C0975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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