Html Css Color HEX #CA9823 Nugget

📋 copy color: '#CA9823'

red 202 ◦ green 152 ◦ blue 35

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

Shades of Nugget #CA9823

Tints of Nugget #CA9823

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 51.93%
G = 39.07%
B = 9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA9823 (or 0xCA9823) is known color: Nugget. HEX triplet: CA, 98 and 23. RGB value is (202,152,35). Sum of RGB (Red+Green+Blue) = 202+152+35=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9823 is #3567DC. Grayscale: #9A9A9A. Windows color (decimal): -3499997 or 2332874. OLE color: 2332874.

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

Color convert

RGB 202 152 35 -
CMYK 0 0.25 0.83 0.21
HSL 42.04º 0.7% 0.46% -
HSV(B) 42.04º 0.83% 0.79% -
XYZ 35.89 35.13 6.48 -
YUV 153.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 202 152 35 0 0.25 0.83 0.21 42.04 0.7 0.46
Hex CA 98 23 0 19 53 15 2A 46 2E
Octal 312 230 43 0 31 123 25 52 106 56
Binary 11001010 10011000 100011 0 11001 1010011 10101 101010 1000110 101110

Color Harmonies of #CA9823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9823

Black with #CA9823

Text Example


Text Example

White with #CA9823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9823; }

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

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

background-color css

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

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

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

border-color css

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

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

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