Html Css Color HEX #CA9525 Nugget

📋 copy color: '#CA9525'

red 202 ◦ green 149 ◦ blue 37

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

Shades of Nugget #CA9525

Tints of Nugget #CA9525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 52.06%
G = 38.4%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA9525 (or 0xCA9525) is known color: Nugget. HEX triplet: CA, 95 and 25. RGB value is (202,149,37). Sum of RGB (Red+Green+Blue) = 202+149+37=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9525 is #356ADA. Grayscale: #989898. Windows color (decimal): -3500763 or 2463178. OLE color: 2463178.

HSL color Cylindrical-coordinate representation of color #CA9525: hue angle of 40.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA9525 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 37 -
CMYK 0 0.26 0.82 0.21
HSL 40.73º 0.69% 0.47% -
HSV(B) 40.73º 0.82% 0.79% -
XYZ 35.44 34.19 6.48 -
YUV 152.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 202 149 37 0 0.26 0.82 0.21 40.73 0.69 0.47
Hex CA 95 25 0 1A 52 15 29 45 2F
Octal 312 225 45 0 32 122 25 51 105 57
Binary 11001010 10010101 100101 0 11010 1010010 10101 101001 1000101 101111

Color Harmonies of #CA9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9525

Black with #CA9525

Text Example


Text Example

White with #CA9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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