Html Css Color HEX #C09052 Twine

📋 copy color: '#C09052'

red 192 ◦ green 144 ◦ blue 82

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

Shades of Twine #C09052

Tints of Twine #C09052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 45.93%
G = 34.45%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C09052 (or 0xC09052) is known color: Twine. HEX triplet: C0, 90 and 52. RGB value is (192,144,82). Sum of RGB (Red+Green+Blue) = 192+144+82=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C09052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09052 is #3F6FAD. Grayscale: #979797. Windows color (decimal): -4157358 or 5411008. OLE color: 5411008.

HSL color Cylindrical-coordinate representation of color #C09052: hue angle of 33.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C09052 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 82 -
CMYK 0 0.25 0.57 0.25
HSL 33.82º 0.47% 0.54% -
HSV(B) 33.82º 0.57% 0.75% -
XYZ 33.23 31.76 12.36 -
YUV 151.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 192 144 82 0 0.25 0.57 0.25 33.82 0.47 0.54
Hex C0 90 52 0 19 39 19 22 2F 36
Octal 300 220 122 0 31 71 31 42 57 66
Binary 11000000 10010000 1010010 0 11001 111001 11001 100010 101111 110110

Color Harmonies of #C09052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09052

Black with #C09052

Text Example


Text Example

White with #C09052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09052; }

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

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

background-color css

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

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

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

border-color css

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

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

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