Html Css Color HEX #CA9428 Nugget

📋 copy color: '#CA9428'

red 202 ◦ green 148 ◦ blue 40

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

Shades of Nugget #CA9428

Tints of Nugget #CA9428

RGB

 RED value IS 202 (79.3% from 255) = 51.79%

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 51.79%
G = 37.95%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA9428 (or 0xCA9428) is known color: Nugget. HEX triplet: CA, 94 and 28. RGB value is (202,148,40). Sum of RGB (Red+Green+Blue) = 202+148+40=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9428 is #356BD7. Grayscale: #989898. Windows color (decimal): -3501016 or 2659530. OLE color: 2659530.

HSL color Cylindrical-coordinate representation of color #CA9428: hue angle of 40º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9428 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 40 -
CMYK 0 0.27 0.80 0.21
HSL 40º 0.67% 0.47% -
HSV(B) 40º 0.8% 0.79% -
XYZ 35.33 33.89 6.69 -
YUV 151.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 202 148 40 0 0.27 0.80 0.21 40 0.67 0.47
Hex CA 94 28 0 1B 50 15 28 43 2F
Octal 312 224 50 0 33 120 25 50 103 57
Binary 11001010 10010100 101000 0 11011 1010000 10101 101000 1000011 101111

Color Harmonies of #CA9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9428

Black with #CA9428

Text Example


Text Example

White with #CA9428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9428; }

 p { color: rgb(202,148,40); }

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

background-color css

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

 a { background-color: rgb(202,148,40); }

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

border-color css

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

 span { border-color: rgb(202,148,40); }

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