Html Css Color HEX #CA972A Nugget

📋 copy color: '#CA972A'

red 202 ◦ green 151 ◦ blue 42

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

Shades of Nugget #CA972A

Tints of Nugget #CA972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 51.14%
G = 38.23%
B = 10.63%

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

#CA972A (or 0xCA972A) is known color: Nugget. HEX triplet: CA, 97 and 2A. RGB value is (202,151,42). Sum of RGB (Red+Green+Blue) = 202+151+42=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA972A is #3568D5. Grayscale: #9A9A9A. Windows color (decimal): -3500246 or 2791370. OLE color: 2791370.

HSL color Cylindrical-coordinate representation of color #CA972A: hue angle of 40.88º degrees, saturation: 0.66, 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 #CA972A is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 42 -
CMYK 0 0.25 0.79 0.21
HSL 40.88º 0.66% 0.48% -
HSV(B) 40.88º 0.79% 0.79% -
XYZ 35.84 34.86 7.03 -
YUV 153.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 202 151 42 0 0.25 0.79 0.21 40.88 0.66 0.48
Hex CA 97 2A 0 19 4F 15 29 42 30
Octal 312 227 52 0 31 117 25 51 102 60
Binary 11001010 10010111 101010 0 11001 1001111 10101 101001 1000010 110000

Color Harmonies of #CA972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA972A

Black with #CA972A

Text Example


Text Example

White with #CA972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA972A; }

 p { color: rgb(202,151,42); }

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

background-color css

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

 a { background-color: rgb(202,151,42); }

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

border-color css

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

 span { border-color: rgb(202,151,42); }

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