Html Css Color HEX #CA9523 Nugget

📋 copy color: '#CA9523'

red 202 ◦ green 149 ◦ blue 35

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

Shades of Nugget #CA9523

Tints of Nugget #CA9523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.07%

R = 52.33%
G = 38.6%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA9523 (or 0xCA9523) is known color: Nugget. HEX triplet: CA, 95 and 23. RGB value is (202,149,35). Sum of RGB (Red+Green+Blue) = 202+149+35=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9523 is #356ADC. Grayscale: #989898. Windows color (decimal): -3500765 or 2332106. OLE color: 2332106.

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

Color convert

RGB 202 149 35 -
CMYK 0 0.26 0.83 0.21
HSL 40.96º 0.7% 0.46% -
HSV(B) 40.96º 0.83% 0.79% -
XYZ 35.41 34.17 6.32 -
YUV 151.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 202 149 35 0 0.26 0.83 0.21 40.96 0.7 0.46
Hex CA 95 23 0 1A 53 15 29 46 2E
Octal 312 225 43 0 32 123 25 51 106 56
Binary 11001010 10010101 100011 0 11010 1010011 10101 101001 1000110 101110

Color Harmonies of #CA9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9523

Black with #CA9523

Text Example


Text Example

White with #CA9523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9523; }

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

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

background-color css

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

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

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

border-color css

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

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

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