Html Css Color HEX #CA8F1E Nugget

📋 copy color: '#CA8F1E'

red 202 ◦ green 143 ◦ blue 30

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

Shades of Nugget #CA8F1E

Tints of Nugget #CA8F1E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 53.87%
G = 38.13%
B = 8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA8F1E (or 0xCA8F1E) is known color: Nugget. HEX triplet: CA, 8F and 1E. RGB value is (202,143,30). Sum of RGB (Red+Green+Blue) = 202+143+30=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F1E is #3570E1. Grayscale: #949494. Windows color (decimal): -3502306 or 2002890. OLE color: 2002890.

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

Color convert

RGB 202 143 30 -
CMYK 0 0.29 0.85 0.21
HSL 39.42º 0.74% 0.45% -
HSV(B) 39.42º 0.85% 0.79% -
XYZ 34.41 32.3 5.65 -
YUV 147.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 202 143 30 0 0.29 0.85 0.21 39.42 0.74 0.45
Hex CA 8F 1E 0 1D 55 15 27 4A 2D
Octal 312 217 36 0 35 125 25 47 112 55
Binary 11001010 10001111 11110 0 11101 1010101 10101 100111 1001010 101101

Color Harmonies of #CA8F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F1E

Black with #CA8F1E

Text Example


Text Example

White with #CA8F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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