Html Css Color HEX #C09752 Tussock

📋 copy color: '#C09752'

red 192 ◦ green 151 ◦ blue 82

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

Shades of Tussock #C09752

Tints of Tussock #C09752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.53%

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

R = 45.18%
G = 35.53%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C09752 (or 0xC09752) is known color: Tussock. HEX triplet: C0, 97 and 52. RGB value is (192,151,82). Sum of RGB (Red+Green+Blue) = 192+151+82=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09752 is #3F68AD. Grayscale: #9B9B9B. Windows color (decimal): -4155566 or 5412800. OLE color: 5412800.

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

Color convert

RGB 192 151 82 -
CMYK 0 0.21 0.57 0.25
HSL 37.64º 0.47% 0.54% -
HSV(B) 37.64º 0.57% 0.75% -
XYZ 34.33 33.95 12.73 -
YUV 155.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 192 151 82 0 0.21 0.57 0.25 37.64 0.47 0.54
Hex C0 97 52 0 15 39 19 26 2F 36
Octal 300 227 122 0 25 71 31 46 57 66
Binary 11000000 10010111 1010010 0 10101 111001 11001 100110 101111 110110

Color Harmonies of #C09752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09752

Black with #C09752

Text Example


Text Example

White with #C09752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09752; }

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

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

background-color css

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

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

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

border-color css

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

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

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