Html Css Color HEX #C08A56 Twine

📋 copy color: '#C08A56'

red 192 ◦ green 138 ◦ blue 86

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

Shades of Twine #C08A56

Tints of Twine #C08A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 86 (33.98% from 255) = 20.67%

R = 46.15%
G = 33.17%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08A56 (or 0xC08A56) is known color: Twine. HEX triplet: C0, 8A and 56. RGB value is (192,138,86). Sum of RGB (Red+Green+Blue) = 192+138+86=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A56 is #3F75A9. Grayscale: #949494. Windows color (decimal): -4158890 or 5671616. OLE color: 5671616.

HSL color Cylindrical-coordinate representation of color #C08A56: hue angle of 29.43º degrees, saturation: 0.46, 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 #C08A56 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 86 -
CMYK 0 0.28 0.55 0.25
HSL 29.43º 0.46% 0.55% -
HSV(B) 29.43º 0.55% 0.75% -
XYZ 32.51 30.06 12.89 -
YUV 148.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 192 138 86 0 0.28 0.55 0.25 29.43 0.46 0.55
Hex C0 8A 56 0 1C 37 19 1D 2E 37
Octal 300 212 126 0 34 67 31 35 56 67
Binary 11000000 10001010 1010110 0 11100 110111 11001 11101 101110 110111

Color Harmonies of #C08A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A56

Black with #C08A56

Text Example


Text Example

White with #C08A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A56; }

 p { color: rgb(192,138,86); }

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

background-color css

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

 a { background-color: rgb(192,138,86); }

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

border-color css

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

 span { border-color: rgb(192,138,86); }

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