Html Css Color HEX #CA9828 Nugget

📋 copy color: '#CA9828'

red 202 ◦ green 152 ◦ blue 40

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

Shades of Nugget #CA9828

Tints of Nugget #CA9828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 51.27%
G = 38.58%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA9828 (or 0xCA9828) is known color: Nugget. HEX triplet: CA, 98 and 28. RGB value is (202,152,40). Sum of RGB (Red+Green+Blue) = 202+152+40=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9828 is #3567D7. Grayscale: #9A9A9A. Windows color (decimal): -3499992 or 2660554. OLE color: 2660554.

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

Color convert

RGB 202 152 40 -
CMYK 0 0.25 0.80 0.21
HSL 41.48º 0.67% 0.47% -
HSV(B) 41.48º 0.8% 0.79% -
XYZ 35.97 35.17 6.9 -
YUV 154.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 202 152 40 0 0.25 0.80 0.21 41.48 0.67 0.47
Hex CA 98 28 0 19 50 15 29 43 2F
Octal 312 230 50 0 31 120 25 51 103 57
Binary 11001010 10011000 101000 0 11001 1010000 10101 101001 1000011 101111

Color Harmonies of #CA9828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9828

Black with #CA9828

Text Example


Text Example

White with #CA9828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9828; }

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

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

background-color css

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

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

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

border-color css

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

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

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