Html Css Color HEX #C08D5F Twine

📋 copy color: '#C08D5F'

red 192 ◦ green 141 ◦ blue 95

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

Shades of Twine #C08D5F

Tints of Twine #C08D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 44.86%
G = 32.94%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C08D5F (or 0xC08D5F) is known color: Twine. HEX triplet: C0, 8D and 5F. RGB value is (192,141,95). Sum of RGB (Red+Green+Blue) = 192+141+95=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D5F is #3F72A0. Grayscale: #979797. Windows color (decimal): -4158113 or 6262208. OLE color: 6262208.

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

Color convert

RGB 192 141 95 -
CMYK 0 0.27 0.51 0.25
HSL 28.45º 0.43% 0.56% -
HSV(B) 28.45º 0.51% 0.75% -
XYZ 33.33 31.08 15.07 -
YUV 151.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 192 141 95 0 0.27 0.51 0.25 28.45 0.43 0.56
Hex C0 8D 5F 0 1B 33 19 1C 2B 38
Octal 300 215 137 0 33 63 31 34 53 70
Binary 11000000 10001101 1011111 0 11011 110011 11001 11100 101011 111000

Color Harmonies of #C08D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D5F

Black with #C08D5F

Text Example


Text Example

White with #C08D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D5F; }

 p { color: rgb(192,141,95); }

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

background-color css

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

 a { background-color: rgb(192,141,95); }

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

border-color css

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

 span { border-color: rgb(192,141,95); }

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