Html Css Color HEX #CA7C2C Bronze

📋 copy color: '#CA7C2C'

red 202 ◦ green 124 ◦ blue 44

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

Shades of Bronze #CA7C2C

Tints of Bronze #CA7C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 54.59%
G = 33.51%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA7C2C (or 0xCA7C2C) is known color: Bronze. HEX triplet: CA, 7C and 2C. RGB value is (202,124,44). Sum of RGB (Red+Green+Blue) = 202+124+44=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C2C is #3583D3. Grayscale: #8A8A8A. Windows color (decimal): -3507156 or 2915530. OLE color: 2915530.

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

Color convert

RGB 202 124 44 -
CMYK 0 0.39 0.78 0.21
HSL 30.38º 0.64% 0.48% -
HSV(B) 30.38º 0.78% 0.79% -
XYZ 32.02 27.15 5.94 -
YUV 138.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 202 124 44 0 0.39 0.78 0.21 30.38 0.64 0.48
Hex CA 7C 2C 0 27 4E 15 1E 40 30
Octal 312 174 54 0 47 116 25 36 100 60
Binary 11001010 1111100 101100 0 100111 1001110 10101 11110 1000000 110000

Color Harmonies of #CA7C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C2C

Black with #CA7C2C

Text Example


Text Example

White with #CA7C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C2C; }

 p { color: rgb(202,124,44); }

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

background-color css

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

 a { background-color: rgb(202,124,44); }

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

border-color css

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

 span { border-color: rgb(202,124,44); }

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