Html Css Color HEX #CA7D2E Bronze

📋 copy color: '#CA7D2E'

red 202 ◦ green 125 ◦ blue 46

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

Shades of Bronze #CA7D2E

Tints of Bronze #CA7D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 54.16%
G = 33.51%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA7D2E (or 0xCA7D2E) is known color: Bronze. HEX triplet: CA, 7D and 2E. RGB value is (202,125,46). Sum of RGB (Red+Green+Blue) = 202+125+46=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D2E is #3582D1. Grayscale: #8B8B8B. Windows color (decimal): -3506898 or 3046858. OLE color: 3046858.

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

Color convert

RGB 202 125 46 -
CMYK 0 0.38 0.77 0.21
HSL 30.38º 0.63% 0.49% -
HSV(B) 30.38º 0.77% 0.79% -
XYZ 32.18 27.42 6.18 -
YUV 139.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 202 125 46 0 0.38 0.77 0.21 30.38 0.63 0.49
Hex CA 7D 2E 0 26 4D 15 1E 3F 31
Octal 312 175 56 0 46 115 25 36 77 61
Binary 11001010 1111101 101110 0 100110 1001101 10101 11110 111111 110001

Color Harmonies of #CA7D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D2E

Black with #CA7D2E

Text Example


Text Example

White with #CA7D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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