Html Css Color HEX #C09D35 Nugget

📋 copy color: '#C09D35'

red 192 ◦ green 157 ◦ blue 53

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

Shades of Nugget #C09D35

Tints of Nugget #C09D35

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.05%

 BLUE value IS 53 (21.09% from 255) = 13.18%

R = 47.76%
G = 39.05%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C09D35 (or 0xC09D35) is known color: Nugget. HEX triplet: C0, 9D and 35. RGB value is (192,157,53). Sum of RGB (Red+Green+Blue) = 192+157+53=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D35 is #3F62CA. Grayscale: #9C9C9C. Windows color (decimal): -4154059 or 3513792. OLE color: 3513792.

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

Color convert

RGB 192 157 53 -
CMYK 0 0.18 0.72 0.25
HSL 44.89º 0.57% 0.48% -
HSV(B) 44.89º 0.72% 0.75% -
XYZ 34.44 35.58 8.42 -
YUV 155.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 192 157 53 0 0.18 0.72 0.25 44.89 0.57 0.48
Hex C0 9D 35 0 12 48 19 2D 39 30
Octal 300 235 65 0 22 110 31 55 71 60
Binary 11000000 10011101 110101 0 10010 1001000 11001 101101 111001 110000

Color Harmonies of #C09D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D35

Black with #C09D35

Text Example


Text Example

White with #C09D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D35; }

 p { color: rgb(192,157,53); }

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

background-color css

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

 a { background-color: rgb(192,157,53); }

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

border-color css

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

 span { border-color: rgb(192,157,53); }

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