Html Css Color HEX #CA9629 Nugget

📋 copy color: '#CA9629'

red 202 ◦ green 150 ◦ blue 41

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

Shades of Nugget #CA9629

Tints of Nugget #CA9629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 51.4%
G = 38.17%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA9629 (or 0xCA9629) is known color: Nugget. HEX triplet: CA, 96 and 29. RGB value is (202,150,41). Sum of RGB (Red+Green+Blue) = 202+150+41=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9629 is #3569D6. Grayscale: #999999. Windows color (decimal): -3500503 or 2725578. OLE color: 2725578.

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

Color convert

RGB 202 150 41 -
CMYK 0 0.26 0.80 0.21
HSL 40.62º 0.66% 0.48% -
HSV(B) 40.62º 0.8% 0.79% -
XYZ 35.66 34.53 6.88 -
YUV 153.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 202 150 41 0 0.26 0.80 0.21 40.62 0.66 0.48
Hex CA 96 29 0 1A 50 15 29 42 30
Octal 312 226 51 0 32 120 25 51 102 60
Binary 11001010 10010110 101001 0 11010 1010000 10101 101001 1000010 110000

Color Harmonies of #CA9629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9629

Black with #CA9629

Text Example


Text Example

White with #CA9629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9629; }

 p { color: rgb(202,150,41); }

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

background-color css

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

 a { background-color: rgb(202,150,41); }

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

border-color css

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

 span { border-color: rgb(202,150,41); }

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