Html Css Color HEX #CA8D1F Nugget

📋 copy color: '#CA8D1F'

red 202 ◦ green 141 ◦ blue 31

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

Shades of Nugget #CA8D1F

Tints of Nugget #CA8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 54.01%
G = 37.7%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA8D1F (or 0xCA8D1F) is known color: Nugget. HEX triplet: CA, 8D and 1F. RGB value is (202,141,31). Sum of RGB (Red+Green+Blue) = 202+141+31=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D1F is #3572E0. Grayscale: #939393. Windows color (decimal): -3502817 or 2067914. OLE color: 2067914.

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

Color convert

RGB 202 141 31 -
CMYK 0 0.30 0.85 0.21
HSL 38.6º 0.73% 0.46% -
HSV(B) 38.6º 0.85% 0.79% -
XYZ 34.13 31.71 5.62 -
YUV 146.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 202 141 31 0 0.30 0.85 0.21 38.6 0.73 0.46
Hex CA 8D 1F 0 1E 55 15 27 49 2E
Octal 312 215 37 0 36 125 25 47 111 56
Binary 11001010 10001101 11111 0 11110 1010101 10101 100111 1001001 101110

Color Harmonies of #CA8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D1F

Black with #CA8D1F

Text Example


Text Example

White with #CA8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D1F; }

 p { color: rgb(202,141,31); }

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

background-color css

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

 a { background-color: rgb(202,141,31); }

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

border-color css

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

 span { border-color: rgb(202,141,31); }

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