Html Css Color HEX #CA7D2A Bronze

📋 copy color: '#CA7D2A'

red 202 ◦ green 125 ◦ blue 42

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

Shades of Bronze #CA7D2A

Tints of Bronze #CA7D2A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

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

R = 54.74%
G = 33.88%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA7D2A (or 0xCA7D2A) is known color: Bronze. HEX triplet: CA, 7D and 2A. RGB value is (202,125,42). Sum of RGB (Red+Green+Blue) = 202+125+42=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D2A is #3582D5. Grayscale: #8A8A8A. Windows color (decimal): -3506902 or 2784714. OLE color: 2784714.

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

Color convert

RGB 202 125 42 -
CMYK 0 0.38 0.79 0.21
HSL 31.13º 0.66% 0.48% -
HSV(B) 31.13º 0.79% 0.79% -
XYZ 32.11 27.39 5.79 -
YUV 138.56 73.51 173.25 -
System Red Green Blue C M Y K H S L
Decimal 202 125 42 0 0.38 0.79 0.21 31.13 0.66 0.48
Hex CA 7D 2A 0 26 4F 15 1F 42 30
Octal 312 175 52 0 46 117 25 37 102 60
Binary 11001010 1111101 101010 0 100110 1001111 10101 11111 1000010 110000

Color Harmonies of #CA7D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D2A

Black with #CA7D2A

Text Example


Text Example

White with #CA7D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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