Html Css Color HEX #C08557 Twine

📋 copy color: '#C08557'

red 192 ◦ green 133 ◦ blue 87

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

Shades of Twine #C08557

Tints of Twine #C08557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 87 (34.38% from 255) = 21.12%

R = 46.6%
G = 32.28%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08557 (or 0xC08557) is known color: Twine. HEX triplet: C0, 85 and 57. RGB value is (192,133,87). Sum of RGB (Red+Green+Blue) = 192+133+87=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C08557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08557 is #3F7AA8. Grayscale: #919191. Windows color (decimal): -4160169 or 5735872. OLE color: 5735872.

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

Color convert

RGB 192 133 87 -
CMYK 0 0.31 0.55 0.25
HSL 26.29º 0.45% 0.55% -
HSV(B) 26.29º 0.55% 0.75% -
XYZ 31.85 28.67 12.87 -
YUV 145.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 192 133 87 0 0.31 0.55 0.25 26.29 0.45 0.55
Hex C0 85 57 0 1F 37 19 1A 2D 37
Octal 300 205 127 0 37 67 31 32 55 67
Binary 11000000 10000101 1010111 0 11111 110111 11001 11010 101101 110111

Color Harmonies of #C08557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08557

Black with #C08557

Text Example


Text Example

White with #C08557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08557; }

 p { color: rgb(192,133,87); }

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

background-color css

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

 a { background-color: rgb(192,133,87); }

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

border-color css

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

 span { border-color: rgb(192,133,87); }

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