Html Css Color HEX #CA7D2C Bronze

📋 copy color: '#CA7D2C'

red 202 ◦ green 125 ◦ blue 44

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

Shades of Bronze #CA7D2C

Tints of Bronze #CA7D2C

RGB

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

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

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

R = 54.45%
G = 33.69%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA7D2C (or 0xCA7D2C) is known color: Bronze. HEX triplet: CA, 7D and 2C. RGB value is (202,125,44). Sum of RGB (Red+Green+Blue) = 202+125+44=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D2C is #3582D3. Grayscale: #8B8B8B. Windows color (decimal): -3506900 or 2915786. OLE color: 2915786.

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

Color convert

RGB 202 125 44 -
CMYK 0 0.38 0.78 0.21
HSL 30.76º 0.64% 0.48% -
HSV(B) 30.76º 0.78% 0.79% -
XYZ 32.15 27.41 5.98 -
YUV 138.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 202 125 44 0 0.38 0.78 0.21 30.76 0.64 0.48
Hex CA 7D 2C 0 26 4E 15 1F 40 30
Octal 312 175 54 0 46 116 25 37 100 60
Binary 11001010 1111101 101100 0 100110 1001110 10101 11111 1000000 110000

Color Harmonies of #CA7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D2C

Black with #CA7D2C

Text Example


Text Example

White with #CA7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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