Html Css Color HEX #CA9623 Nugget

📋 copy color: '#CA9623'

red 202 ◦ green 150 ◦ blue 35

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

Shades of Nugget #CA9623

Tints of Nugget #CA9623

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 52.2%
G = 38.76%
B = 9.04%

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

#CA9623 (or 0xCA9623) is known color: Nugget. HEX triplet: CA, 96 and 23. RGB value is (202,150,35). Sum of RGB (Red+Green+Blue) = 202+150+35=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9623 is #3569DC. Grayscale: #989898. Windows color (decimal): -3500509 or 2332362. OLE color: 2332362.

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

Color convert

RGB 202 150 35 -
CMYK 0 0.26 0.83 0.21
HSL 41.32º 0.7% 0.46% -
HSV(B) 41.32º 0.83% 0.79% -
XYZ 35.57 34.49 6.37 -
YUV 152.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 202 150 35 0 0.26 0.83 0.21 41.32 0.7 0.46
Hex CA 96 23 0 1A 53 15 29 46 2E
Octal 312 226 43 0 32 123 25 51 106 56
Binary 11001010 10010110 100011 0 11010 1010011 10101 101001 1000110 101110

Color Harmonies of #CA9623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9623

Black with #CA9623

Text Example


Text Example

White with #CA9623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9623; }

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

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

background-color css

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

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

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

border-color css

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

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

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