Html Css Color HEX #C08755 Twine

📋 copy color: '#C08755'

red 192 ◦ green 135 ◦ blue 85

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

Shades of Twine #C08755

Tints of Twine #C08755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 46.6%
G = 32.77%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08755 (or 0xC08755) is known color: Twine. HEX triplet: C0, 87 and 55. RGB value is (192,135,85). Sum of RGB (Red+Green+Blue) = 192+135+85=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C08755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08755 is #3F78AA. Grayscale: #929292. Windows color (decimal): -4159659 or 5605312. OLE color: 5605312.

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

Color convert

RGB 192 135 85 -
CMYK 0 0.30 0.56 0.25
HSL 28.04º 0.46% 0.54% -
HSV(B) 28.04º 0.56% 0.75% -
XYZ 32.04 29.19 12.54 -
YUV 146.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 192 135 85 0 0.30 0.56 0.25 28.04 0.46 0.54
Hex C0 87 55 0 1E 38 19 1C 2E 36
Octal 300 207 125 0 36 70 31 34 56 66
Binary 11000000 10000111 1010101 0 11110 111000 11001 11100 101110 110110

Color Harmonies of #C08755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08755

Black with #C08755

Text Example


Text Example

White with #C08755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08755; }

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

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

background-color css

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

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

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

border-color css

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

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

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