Html Css Color HEX #C09055 Twine

📋 copy color: '#C09055'

red 192 ◦ green 144 ◦ blue 85

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

Shades of Twine #C09055

Tints of Twine #C09055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

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

R = 45.61%
G = 34.2%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C09055 (or 0xC09055) is known color: Twine. HEX triplet: C0, 90 and 55. RGB value is (192,144,85). Sum of RGB (Red+Green+Blue) = 192+144+85=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C09055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09055 is #3F6FAA. Grayscale: #979797. Windows color (decimal): -4157355 or 5607616. OLE color: 5607616.

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

Color convert

RGB 192 144 85 -
CMYK 0 0.25 0.56 0.25
HSL 33.08º 0.46% 0.54% -
HSV(B) 33.08º 0.56% 0.75% -
XYZ 33.35 31.81 12.98 -
YUV 151.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 192 144 85 0 0.25 0.56 0.25 33.08 0.46 0.54
Hex C0 90 55 0 19 38 19 21 2E 36
Octal 300 220 125 0 31 70 31 41 56 66
Binary 11000000 10010000 1010101 0 11001 111000 11001 100001 101110 110110

Color Harmonies of #C09055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09055

Black with #C09055

Text Example


Text Example

White with #C09055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09055; }

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

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

background-color css

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

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

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

border-color css

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

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

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