Html Css Color HEX #CA8030 Bronze

📋 copy color: '#CA8030'

red 202 ◦ green 128 ◦ blue 48

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

Shades of Bronze #CA8030

Tints of Bronze #CA8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 53.44%
G = 33.86%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA8030 (or 0xCA8030) is known color: Bronze. HEX triplet: CA, 80 and 30. RGB value is (202,128,48). Sum of RGB (Red+Green+Blue) = 202+128+48=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8030 is #357FCF. Grayscale: #8D8D8D. Windows color (decimal): -3506128 or 3178698. OLE color: 3178698.

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

Color convert

RGB 202 128 48 -
CMYK 0 0.37 0.76 0.21
HSL 31.17º 0.62% 0.49% -
HSV(B) 31.17º 0.76% 0.79% -
XYZ 32.61 28.21 6.52 -
YUV 141.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 202 128 48 0 0.37 0.76 0.21 31.17 0.62 0.49
Hex CA 80 30 0 25 4C 15 1F 3E 31
Octal 312 200 60 0 45 114 25 37 76 61
Binary 11001010 10000000 110000 0 100101 1001100 10101 11111 111110 110001

Color Harmonies of #CA8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8030

Black with #CA8030

Text Example


Text Example

White with #CA8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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