Html Css Color HEX #C08D5B Twine

📋 copy color: '#C08D5B'

red 192 ◦ green 141 ◦ blue 91

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

Shades of Twine #C08D5B

Tints of Twine #C08D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 45.28%
G = 33.25%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C08D5B (or 0xC08D5B) is known color: Twine. HEX triplet: C0, 8D and 5B. RGB value is (192,141,91). Sum of RGB (Red+Green+Blue) = 192+141+91=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D5B is #3F72A4. Grayscale: #969696. Windows color (decimal): -4158117 or 6000064. OLE color: 6000064.

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

Color convert

RGB 192 141 91 -
CMYK 0 0.27 0.53 0.25
HSL 29.7º 0.44% 0.55% -
HSV(B) 29.7º 0.53% 0.75% -
XYZ 33.15 31.01 14.14 -
YUV 150.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 192 141 91 0 0.27 0.53 0.25 29.7 0.44 0.55
Hex C0 8D 5B 0 1B 35 19 1E 2C 37
Octal 300 215 133 0 33 65 31 36 54 67
Binary 11000000 10001101 1011011 0 11011 110101 11001 11110 101100 110111

Color Harmonies of #C08D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D5B

Black with #C08D5B

Text Example


Text Example

White with #C08D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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