Html Css Color HEX #C09423 Nugget

📋 copy color: '#C09423'

red 192 ◦ green 148 ◦ blue 35

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

Shades of Nugget #C09423

Tints of Nugget #C09423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 51.2%
G = 39.47%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09423 (or 0xC09423) is known color: Nugget. HEX triplet: C0, 94 and 23. RGB value is (192,148,35). Sum of RGB (Red+Green+Blue) = 192+148+35=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09423 is #3F6BDC. Grayscale: #949494. Windows color (decimal): -4156381 or 2331840. OLE color: 2331840.

HSL color Cylindrical-coordinate representation of color #C09423: hue angle of 43.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09423 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 35 -
CMYK 0 0.23 0.82 0.25
HSL 43.18º 0.69% 0.45% -
HSV(B) 43.18º 0.82% 0.75% -
XYZ 32.63 32.51 6.14 -
YUV 148.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 192 148 35 0 0.23 0.82 0.25 43.18 0.69 0.45
Hex C0 94 23 0 17 52 19 2B 45 2D
Octal 300 224 43 0 27 122 31 53 105 55
Binary 11000000 10010100 100011 0 10111 1010010 11001 101011 1000101 101101

Color Harmonies of #C09423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09423

Black with #C09423

Text Example


Text Example

White with #C09423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09423; }

 p { color: rgb(192,148,35); }

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

background-color css

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

 a { background-color: rgb(192,148,35); }

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

border-color css

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

 span { border-color: rgb(192,148,35); }

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