Html Css Color HEX #CA7D2F Bronze

📋 copy color: '#CA7D2F'

red 202 ◦ green 125 ◦ blue 47

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

Shades of Bronze #CA7D2F

Tints of Bronze #CA7D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 54.01%
G = 33.42%
B = 12.57%

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

#CA7D2F (or 0xCA7D2F) is known color: Bronze. HEX triplet: CA, 7D and 2F. RGB value is (202,125,47). Sum of RGB (Red+Green+Blue) = 202+125+47=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D2F is #3582D0. Grayscale: #8B8B8B. Windows color (decimal): -3506897 or 3112394. OLE color: 3112394.

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

Color convert

RGB 202 125 47 -
CMYK 0 0.38 0.77 0.21
HSL 30.19º 0.62% 0.49% -
HSV(B) 30.19º 0.77% 0.79% -
XYZ 32.2 27.43 6.29 -
YUV 139.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 202 125 47 0 0.38 0.77 0.21 30.19 0.62 0.49
Hex CA 7D 2F 0 26 4D 15 1E 3E 31
Octal 312 175 57 0 46 115 25 36 76 61
Binary 11001010 1111101 101111 0 100110 1001101 10101 11110 111110 110001

Color Harmonies of #CA7D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D2F

Black with #CA7D2F

Text Example


Text Example

White with #CA7D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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