Html Css Color HEX #CA7F2D Bronze

📋 copy color: '#CA7F2D'

red 202 ◦ green 127 ◦ blue 45

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

Shades of Bronze #CA7F2D

Tints of Bronze #CA7F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 54.01%
G = 33.96%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA7F2D (or 0xCA7F2D) is known color: Bronze. HEX triplet: CA, 7F and 2D. RGB value is (202,127,45). Sum of RGB (Red+Green+Blue) = 202+127+45=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F2D is #3580D2. Grayscale: #8C8C8C. Windows color (decimal): -3506387 or 2981834. OLE color: 2981834.

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

Color convert

RGB 202 127 45 -
CMYK 0 0.37 0.78 0.21
HSL 31.34º 0.64% 0.48% -
HSV(B) 31.34º 0.78% 0.79% -
XYZ 32.42 27.92 6.16 -
YUV 140.08 74.35 172.17 -
System Red Green Blue C M Y K H S L
Decimal 202 127 45 0 0.37 0.78 0.21 31.34 0.64 0.48
Hex CA 7F 2D 0 25 4E 15 1F 40 30
Octal 312 177 55 0 45 116 25 37 100 60
Binary 11001010 1111111 101101 0 100101 1001110 10101 11111 1000000 110000

Color Harmonies of #CA7F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F2D

Black with #CA7F2D

Text Example


Text Example

White with #CA7F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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