Html Css Color HEX #CA7B2B Bronze

📋 copy color: '#CA7B2B'

red 202 ◦ green 123 ◦ blue 43

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

Shades of Bronze #CA7B2B

Tints of Bronze #CA7B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 54.89%
G = 33.42%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA7B2B (or 0xCA7B2B) is known color: Bronze. HEX triplet: CA, 7B and 2B. RGB value is (202,123,43). Sum of RGB (Red+Green+Blue) = 202+123+43=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B2B is #3584D4. Grayscale: #898989. Windows color (decimal): -3507413 or 2849738. OLE color: 2849738.

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

Color convert

RGB 202 123 43 -
CMYK 0 0.39 0.79 0.21
HSL 30.19º 0.65% 0.48% -
HSV(B) 30.19º 0.79% 0.79% -
XYZ 31.88 26.9 5.8 -
YUV 137.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 202 123 43 0 0.39 0.79 0.21 30.19 0.65 0.48
Hex CA 7B 2B 0 27 4F 15 1E 41 30
Octal 312 173 53 0 47 117 25 36 101 60
Binary 11001010 1111011 101011 0 100111 1001111 10101 11110 1000001 110000

Color Harmonies of #CA7B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B2B

Black with #CA7B2B

Text Example


Text Example

White with #CA7B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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