Html Css Color HEX #CA9725 Nugget

📋 copy color: '#CA9725'

red 202 ◦ green 151 ◦ blue 37

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

Shades of Nugget #CA9725

Tints of Nugget #CA9725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 51.79%
G = 38.72%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA9725 (or 0xCA9725) is known color: Nugget. HEX triplet: CA, 97 and 25. RGB value is (202,151,37). Sum of RGB (Red+Green+Blue) = 202+151+37=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9725 is #3568DA. Grayscale: #999999. Windows color (decimal): -3500251 or 2463690. OLE color: 2463690.

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

Color convert

RGB 202 151 37 -
CMYK 0 0.25 0.82 0.21
HSL 41.45º 0.69% 0.47% -
HSV(B) 41.45º 0.82% 0.79% -
XYZ 35.76 34.82 6.59 -
YUV 153.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 202 151 37 0 0.25 0.82 0.21 41.45 0.69 0.47
Hex CA 97 25 0 19 52 15 29 45 2F
Octal 312 227 45 0 31 122 25 51 105 57
Binary 11001010 10010111 100101 0 11001 1010010 10101 101001 1000101 101111

Color Harmonies of #CA9725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9725

Black with #CA9725

Text Example


Text Example

White with #CA9725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9725; }

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

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

background-color css

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

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

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

border-color css

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

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

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