Html Css Color HEX #C09352 Twine

📋 copy color: '#C09352'

red 192 ◦ green 147 ◦ blue 82

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

Shades of Twine #C09352

Tints of Twine #C09352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

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

R = 45.61%
G = 34.92%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C09352 (or 0xC09352) is known color: Twine. HEX triplet: C0, 93 and 52. RGB value is (192,147,82). Sum of RGB (Red+Green+Blue) = 192+147+82=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C09352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09352 is #3F6CAD. Grayscale: #999999. Windows color (decimal): -4156590 or 5411776. OLE color: 5411776.

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

Color convert

RGB 192 147 82 -
CMYK 0 0.23 0.57 0.25
HSL 35.45º 0.47% 0.54% -
HSV(B) 35.45º 0.57% 0.75% -
XYZ 33.69 32.68 12.52 -
YUV 153.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 192 147 82 0 0.23 0.57 0.25 35.45 0.47 0.54
Hex C0 93 52 0 17 39 19 23 2F 36
Octal 300 223 122 0 27 71 31 43 57 66
Binary 11000000 10010011 1010010 0 10111 111001 11001 100011 101111 110110

Color Harmonies of #C09352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09352

Black with #C09352

Text Example


Text Example

White with #C09352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09352; }

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

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

background-color css

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

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

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

border-color css

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

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

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