Html Css Color HEX #CA8E19 Nugget

📋 copy color: '#CA8E19'

red 202 ◦ green 142 ◦ blue 25

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

Shades of Nugget #CA8E19

Tints of Nugget #CA8E19

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 54.74%
G = 38.48%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8E19 (or 0xCA8E19) is known color: Nugget. HEX triplet: CA, 8E and 19. RGB value is (202,142,25). Sum of RGB (Red+Green+Blue) = 202+142+25=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8E19 is #3571E6. Grayscale: #939393. Windows color (decimal): -3502567 or 1674954. OLE color: 1674954.

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

Color convert

RGB 202 142 25 -
CMYK 0 0.30 0.88 0.21
HSL 39.66º 0.78% 0.45% -
HSV(B) 39.66º 0.88% 0.79% -
XYZ 34.21 31.97 5.29 -
YUV 146.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 202 142 25 0 0.30 0.88 0.21 39.66 0.78 0.45
Hex CA 8E 19 0 1E 58 15 28 4E 2D
Octal 312 216 31 0 36 130 25 50 116 55
Binary 11001010 10001110 11001 0 11110 1011000 10101 101000 1001110 101101

Color Harmonies of #CA8E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E19

Black with #CA8E19

Text Example


Text Example

White with #CA8E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E19; }

 p { color: rgb(202,142,25); }

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

background-color css

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

 a { background-color: rgb(202,142,25); }

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

border-color css

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

 span { border-color: rgb(202,142,25); }

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