Html Css Color HEX #C0875D Twine

📋 copy color: '#C0875D'

red 192 ◦ green 135 ◦ blue 93

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

Shades of Twine #C0875D

Tints of Twine #C0875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

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

R = 45.71%
G = 32.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0875D (or 0xC0875D) is known color: Twine. HEX triplet: C0, 87 and 5D. RGB value is (192,135,93). Sum of RGB (Red+Green+Blue) = 192+135+93=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0875D is #3F78A2. Grayscale: #939393. Windows color (decimal): -4159651 or 6129600. OLE color: 6129600.

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

Color convert

RGB 192 135 93 -
CMYK 0 0.30 0.52 0.25
HSL 25.45º 0.44% 0.56% -
HSV(B) 25.45º 0.52% 0.75% -
XYZ 32.38 29.32 14.31 -
YUV 147.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 192 135 93 0 0.30 0.52 0.25 25.45 0.44 0.56
Hex C0 87 5D 0 1E 34 19 19 2C 38
Octal 300 207 135 0 36 64 31 31 54 70
Binary 11000000 10000111 1011101 0 11110 110100 11001 11001 101100 111000

Color Harmonies of #C0875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0875D

Black with #C0875D

Text Example


Text Example

White with #C0875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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