Html Css Color HEX #CA982B Nugget

📋 copy color: '#CA982B'

red 202 ◦ green 152 ◦ blue 43

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

Shades of Nugget #CA982B

Tints of Nugget #CA982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 50.88%
G = 38.29%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA982B (or 0xCA982B) is known color: Nugget. HEX triplet: CA, 98 and 2B. RGB value is (202,152,43). Sum of RGB (Red+Green+Blue) = 202+152+43=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA982B is #3567D4. Grayscale: #9B9B9B. Windows color (decimal): -3499989 or 2857162. OLE color: 2857162.

HSL color Cylindrical-coordinate representation of color #CA982B: hue angle of 41.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA982B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 43 -
CMYK 0 0.25 0.79 0.21
HSL 41.13º 0.65% 0.48% -
HSV(B) 41.13º 0.79% 0.79% -
XYZ 36.02 35.19 7.18 -
YUV 154.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 202 152 43 0 0.25 0.79 0.21 41.13 0.65 0.48
Hex CA 98 2B 0 19 4F 15 29 41 30
Octal 312 230 53 0 31 117 25 51 101 60
Binary 11001010 10011000 101011 0 11001 1001111 10101 101001 1000001 110000

Color Harmonies of #CA982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA982B

Black with #CA982B

Text Example


Text Example

White with #CA982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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