Html Css Color HEX #CA9B26 Nugget

📋 copy color: '#CA9B26'

red 202 ◦ green 155 ◦ blue 38

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

Shades of Nugget #CA9B26

Tints of Nugget #CA9B26

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

 BLUE value IS 38 (15.23% from 255) = 9.62%

R = 51.14%
G = 39.24%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA9B26 (or 0xCA9B26) is known color: Nugget. HEX triplet: CA, 9B and 26. RGB value is (202,155,38). Sum of RGB (Red+Green+Blue) = 202+155+38=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B26 is #3564D9. Grayscale: #9C9C9C. Windows color (decimal): -3499226 or 2530250. OLE color: 2530250.

HSL color Cylindrical-coordinate representation of color #CA9B26: hue angle of 42.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA9B26 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 155 38 -
CMYK 0 0.23 0.81 0.21
HSL 42.8º 0.68% 0.47% -
HSV(B) 42.8º 0.81% 0.79% -
XYZ 36.43 36.14 6.89 -
YUV 155.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 202 155 38 0 0.23 0.81 0.21 42.8 0.68 0.47
Hex CA 9B 26 0 17 51 15 2B 44 2F
Octal 312 233 46 0 27 121 25 53 104 57
Binary 11001010 10011011 100110 0 10111 1010001 10101 101011 1000100 101111

Color Harmonies of #CA9B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B26

Black with #CA9B26

Text Example


Text Example

White with #CA9B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B26; }

 p { color: rgb(202,155,38); }

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

background-color css

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

 a { background-color: rgb(202,155,38); }

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

border-color css

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

 span { border-color: rgb(202,155,38); }

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