Html Css Color HEX #CA7F2E Bronze

📋 copy color: '#CA7F2E'

red 202 ◦ green 127 ◦ blue 46

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

Shades of Bronze #CA7F2E

Tints of Bronze #CA7F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

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

R = 53.87%
G = 33.87%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA7F2E (or 0xCA7F2E) is known color: Bronze. HEX triplet: CA, 7F and 2E. RGB value is (202,127,46). Sum of RGB (Red+Green+Blue) = 202+127+46=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F2E is #3580D1. Grayscale: #8C8C8C. Windows color (decimal): -3506386 or 3047370. OLE color: 3047370.

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

Color convert

RGB 202 127 46 -
CMYK 0 0.37 0.77 0.21
HSL 31.15º 0.63% 0.49% -
HSV(B) 31.15º 0.77% 0.79% -
XYZ 32.44 27.93 6.27 -
YUV 140.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 202 127 46 0 0.37 0.77 0.21 31.15 0.63 0.49
Hex CA 7F 2E 0 25 4D 15 1F 3F 31
Octal 312 177 56 0 45 115 25 37 77 61
Binary 11001010 1111111 101110 0 100101 1001101 10101 11111 111111 110001

Color Harmonies of #CA7F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F2E

Black with #CA7F2E

Text Example


Text Example

White with #CA7F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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