Html Css Color HEX #C08F55 Twine

📋 copy color: '#C08F55'

red 192 ◦ green 143 ◦ blue 85

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

Shades of Twine #C08F55

Tints of Twine #C08F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 45.71%
G = 34.05%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08F55 (or 0xC08F55) is known color: Twine. HEX triplet: C0, 8F and 55. RGB value is (192,143,85). Sum of RGB (Red+Green+Blue) = 192+143+85=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F55 is #3F70AA. Grayscale: #979797. Windows color (decimal): -4157611 or 5607360. OLE color: 5607360.

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

Color convert

RGB 192 143 85 -
CMYK 0 0.26 0.56 0.25
HSL 32.52º 0.46% 0.54% -
HSV(B) 32.52º 0.56% 0.75% -
XYZ 33.2 31.51 12.93 -
YUV 151.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 192 143 85 0 0.26 0.56 0.25 32.52 0.46 0.54
Hex C0 8F 55 0 1A 38 19 21 2E 36
Octal 300 217 125 0 32 70 31 41 56 66
Binary 11000000 10001111 1010101 0 11010 111000 11001 100001 101110 110110

Color Harmonies of #C08F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F55

Black with #C08F55

Text Example


Text Example

White with #C08F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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