Html Css Color HEX #C09955 Twine

📋 copy color: '#C09955'

red 192 ◦ green 153 ◦ blue 85

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

Shades of Twine #C09955

Tints of Twine #C09955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.58%

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

R = 44.65%
G = 35.58%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C09955 (or 0xC09955) is known color: Twine. HEX triplet: C0, 99 and 55. RGB value is (192,153,85). Sum of RGB (Red+Green+Blue) = 192+153+85=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C09955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09955 is #3F66AA. Grayscale: #9D9D9D. Windows color (decimal): -4155051 or 5609920. OLE color: 5609920.

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

Color convert

RGB 192 153 85 -
CMYK 0 0.20 0.56 0.25
HSL 38.13º 0.46% 0.54% -
HSV(B) 38.13º 0.56% 0.75% -
XYZ 34.77 34.64 13.45 -
YUV 156.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 192 153 85 0 0.20 0.56 0.25 38.13 0.46 0.54
Hex C0 99 55 0 14 38 19 26 2E 36
Octal 300 231 125 0 24 70 31 46 56 66
Binary 11000000 10011001 1010101 0 10100 111000 11001 100110 101110 110110

Color Harmonies of #C09955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09955

Black with #C09955

Text Example


Text Example

White with #C09955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09955; }

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

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

background-color css

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

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

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

border-color css

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

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

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