Html Css Color HEX #C09D55 Twine

📋 copy color: '#C09D55'

red 192 ◦ green 157 ◦ blue 85

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

Shades of Twine #C09D55

Tints of Twine #C09D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.18%

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

R = 44.24%
G = 36.18%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C09D55 (or 0xC09D55) is known color: Twine. HEX triplet: C0, 9D and 55. RGB value is (192,157,85). Sum of RGB (Red+Green+Blue) = 192+157+85=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D55 is #3F62AA. Grayscale: #9F9F9F. Windows color (decimal): -4154027 or 5610944. OLE color: 5610944.

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

Color convert

RGB 192 157 85 -
CMYK 0 0.18 0.56 0.25
HSL 40.37º 0.46% 0.54% -
HSV(B) 40.37º 0.56% 0.75% -
XYZ 35.43 35.98 13.67 -
YUV 159.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 192 157 85 0 0.18 0.56 0.25 40.37 0.46 0.54
Hex C0 9D 55 0 12 38 19 28 2E 36
Octal 300 235 125 0 22 70 31 50 56 66
Binary 11000000 10011101 1010101 0 10010 111000 11001 101000 101110 110110

Color Harmonies of #C09D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D55

Black with #C09D55

Text Example


Text Example

White with #C09D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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