Html Css Color HEX #C08055 Twine

📋 copy color: '#C08055'

red 192 ◦ green 128 ◦ blue 85

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

Shades of Twine #C08055

Tints of Twine #C08055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

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

R = 47.41%
G = 31.6%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08055 (or 0xC08055) is known color: Twine. HEX triplet: C0, 80 and 55. RGB value is (192,128,85). Sum of RGB (Red+Green+Blue) = 192+128+85=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C08055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08055 is #3F7FAA. Grayscale: #8E8E8E. Windows color (decimal): -4161451 or 5603520. OLE color: 5603520.

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

Color convert

RGB 192 128 85 -
CMYK 0 0.33 0.56 0.25
HSL 24.11º 0.46% 0.54% -
HSV(B) 24.11º 0.56% 0.75% -
XYZ 31.1 27.3 12.22 -
YUV 142.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 192 128 85 0 0.33 0.56 0.25 24.11 0.46 0.54
Hex C0 80 55 0 21 38 19 18 2E 36
Octal 300 200 125 0 41 70 31 30 56 66
Binary 11000000 10000000 1010101 0 100001 111000 11001 11000 101110 110110

Color Harmonies of #C08055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08055

Black with #C08055

Text Example


Text Example

White with #C08055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08055; }

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

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

background-color css

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

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

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

border-color css

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

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

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