Html Css Color HEX #CA7B2E Bronze

📋 copy color: '#CA7B2E'

red 202 ◦ green 123 ◦ blue 46

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

Shades of Bronze #CA7B2E

Tints of Bronze #CA7B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

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

R = 54.45%
G = 33.15%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA7B2E (or 0xCA7B2E) is known color: Bronze. HEX triplet: CA, 7B and 2E. RGB value is (202,123,46). Sum of RGB (Red+Green+Blue) = 202+123+46=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B2E is #3584D1. Grayscale: #8A8A8A. Windows color (decimal): -3507410 or 3046346. OLE color: 3046346.

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

Color convert

RGB 202 123 46 -
CMYK 0 0.39 0.77 0.21
HSL 29.62º 0.63% 0.49% -
HSV(B) 29.62º 0.77% 0.79% -
XYZ 31.93 26.92 6.1 -
YUV 137.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 202 123 46 0 0.39 0.77 0.21 29.62 0.63 0.49
Hex CA 7B 2E 0 27 4D 15 1E 3F 31
Octal 312 173 56 0 47 115 25 36 77 61
Binary 11001010 1111011 101110 0 100111 1001101 10101 11110 111111 110001

Color Harmonies of #CA7B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B2E

Black with #CA7B2E

Text Example


Text Example

White with #CA7B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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