Html Css Color HEX #CA9529 Nugget

📋 copy color: '#CA9529'

red 202 ◦ green 149 ◦ blue 41

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

Shades of Nugget #CA9529

Tints of Nugget #CA9529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 51.53%
G = 38.01%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA9529 (or 0xCA9529) is known color: Nugget. HEX triplet: CA, 95 and 29. RGB value is (202,149,41). Sum of RGB (Red+Green+Blue) = 202+149+41=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9529 is #356AD6. Grayscale: #999999. Windows color (decimal): -3500759 or 2725322. OLE color: 2725322.

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

Color convert

RGB 202 149 41 -
CMYK 0 0.26 0.80 0.21
HSL 40.25º 0.66% 0.48% -
HSV(B) 40.25º 0.8% 0.79% -
XYZ 35.5 34.21 6.83 -
YUV 152.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 202 149 41 0 0.26 0.80 0.21 40.25 0.66 0.48
Hex CA 95 29 0 1A 50 15 28 42 30
Octal 312 225 51 0 32 120 25 50 102 60
Binary 11001010 10010101 101001 0 11010 1010000 10101 101000 1000010 110000

Color Harmonies of #CA9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9529

Black with #CA9529

Text Example


Text Example

White with #CA9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9529; }

 p { color: rgb(202,149,41); }

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

background-color css

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

 a { background-color: rgb(202,149,41); }

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

border-color css

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

 span { border-color: rgb(202,149,41); }

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