Html Css Color HEX #C08758 Twine

📋 copy color: '#C08758'

red 192 ◦ green 135 ◦ blue 88

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

Shades of Twine #C08758

Tints of Twine #C08758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 46.27%
G = 32.53%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C08758 (or 0xC08758) is known color: Twine. HEX triplet: C0, 87 and 58. RGB value is (192,135,88). Sum of RGB (Red+Green+Blue) = 192+135+88=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C08758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08758 is #3F78A7. Grayscale: #929292. Windows color (decimal): -4159656 or 5801920. OLE color: 5801920.

HSL color Cylindrical-coordinate representation of color #C08758: hue angle of 27.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C08758 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 88 -
CMYK 0 0.30 0.54 0.25
HSL 27.12º 0.45% 0.55% -
HSV(B) 27.12º 0.54% 0.75% -
XYZ 32.16 29.24 13.18 -
YUV 146.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 192 135 88 0 0.30 0.54 0.25 27.12 0.45 0.55
Hex C0 87 58 0 1E 36 19 1B 2D 37
Octal 300 207 130 0 36 66 31 33 55 67
Binary 11000000 10000111 1011000 0 11110 110110 11001 11011 101101 110111

Color Harmonies of #C08758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08758

Black with #C08758

Text Example


Text Example

White with #C08758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08758; }

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

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

background-color css

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

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

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

border-color css

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

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

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