Html Css Color HEX #CA9324 Nugget

📋 copy color: '#CA9324'

red 202 ◦ green 147 ◦ blue 36

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

Shades of Nugget #CA9324

Tints of Nugget #CA9324

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 52.47%
G = 38.18%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA9324 (or 0xCA9324) is known color: Nugget. HEX triplet: CA, 93 and 24. RGB value is (202,147,36). Sum of RGB (Red+Green+Blue) = 202+147+36=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9324 is #356CDB. Grayscale: #979797. Windows color (decimal): -3501276 or 2397130. OLE color: 2397130.

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

Color convert

RGB 202 147 36 -
CMYK 0 0.27 0.82 0.21
HSL 40.12º 0.7% 0.47% -
HSV(B) 40.12º 0.82% 0.79% -
XYZ 35.11 33.55 6.29 -
YUV 150.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 202 147 36 0 0.27 0.82 0.21 40.12 0.7 0.47
Hex CA 93 24 0 1B 52 15 28 46 2F
Octal 312 223 44 0 33 122 25 50 106 57
Binary 11001010 10010011 100100 0 11011 1010010 10101 101000 1000110 101111

Color Harmonies of #CA9324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9324

Black with #CA9324

Text Example


Text Example

White with #CA9324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9324; }

 p { color: rgb(202,147,36); }

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

background-color css

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

 a { background-color: rgb(202,147,36); }

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

border-color css

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

 span { border-color: rgb(202,147,36); }

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