Html Css Color HEX #CA941E Nugget

📋 copy color: '#CA941E'

red 202 ◦ green 148 ◦ blue 30

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

Shades of Nugget #CA941E

Tints of Nugget #CA941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 53.16%
G = 38.95%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA941E (or 0xCA941E) is known color: Nugget. HEX triplet: CA, 94 and 1E. RGB value is (202,148,30). Sum of RGB (Red+Green+Blue) = 202+148+30=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA941E is #356BE1. Grayscale: #979797. Windows color (decimal): -3501026 or 2004170. OLE color: 2004170.

HSL color Cylindrical-coordinate representation of color #CA941E: hue angle of 41.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA941E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 30 -
CMYK 0 0.27 0.85 0.21
HSL 41.16º 0.74% 0.45% -
HSV(B) 41.16º 0.85% 0.79% -
XYZ 35.18 33.83 5.9 -
YUV 150.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 202 148 30 0 0.27 0.85 0.21 41.16 0.74 0.45
Hex CA 94 1E 0 1B 55 15 29 4A 2D
Octal 312 224 36 0 33 125 25 51 112 55
Binary 11001010 10010100 11110 0 11011 1010101 10101 101001 1001010 101101

Color Harmonies of #CA941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA941E

Black with #CA941E

Text Example


Text Example

White with #CA941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA941E; }

 p { color: rgb(202,148,30); }

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

background-color css

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

 a { background-color: rgb(202,148,30); }

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

border-color css

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

 span { border-color: rgb(202,148,30); }

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