Html Css Color HEX #CA8032 Bronze

📋 copy color: '#CA8032'

red 202 ◦ green 128 ◦ blue 50

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

Shades of Bronze #CA8032

Tints of Bronze #CA8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 53.16%
G = 33.68%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA8032 (or 0xCA8032) is known color: Bronze. HEX triplet: CA, 80 and 32. RGB value is (202,128,50). Sum of RGB (Red+Green+Blue) = 202+128+50=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8032 is #357FCD. Grayscale: #8D8D8D. Windows color (decimal): -3506126 or 3309770. OLE color: 3309770.

HSL color Cylindrical-coordinate representation of color #CA8032: hue angle of 30.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA8032 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 50 -
CMYK 0 0.37 0.75 0.21
HSL 30.79º 0.6% 0.49% -
HSV(B) 30.79º 0.75% 0.79% -
XYZ 32.65 28.23 6.74 -
YUV 141.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 202 128 50 0 0.37 0.75 0.21 30.79 0.6 0.49
Hex CA 80 32 0 25 4B 15 1F 3C 31
Octal 312 200 62 0 45 113 25 37 74 61
Binary 11001010 10000000 110010 0 100101 1001011 10101 11111 111100 110001

Color Harmonies of #CA8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8032

Black with #CA8032

Text Example


Text Example

White with #CA8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8032; }

 p { color: rgb(202,128,50); }

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

background-color css

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

 a { background-color: rgb(202,128,50); }

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

border-color css

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

 span { border-color: rgb(202,128,50); }

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