Html Css Color HEX #CA7B2F Bronze

📋 copy color: '#CA7B2F'

red 202 ◦ green 123 ◦ blue 47

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

Shades of Bronze #CA7B2F

Tints of Bronze #CA7B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 54.3%
G = 33.06%
B = 12.63%

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

#CA7B2F (or 0xCA7B2F) is known color: Bronze. HEX triplet: CA, 7B and 2F. RGB value is (202,123,47). Sum of RGB (Red+Green+Blue) = 202+123+47=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B2F is #3584D0. Grayscale: #8A8A8A. Windows color (decimal): -3507409 or 3111882. OLE color: 3111882.

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

Color convert

RGB 202 123 47 -
CMYK 0 0.39 0.77 0.21
HSL 29.42º 0.62% 0.49% -
HSV(B) 29.42º 0.77% 0.79% -
XYZ 31.95 26.93 6.2 -
YUV 137.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 202 123 47 0 0.39 0.77 0.21 29.42 0.62 0.49
Hex CA 7B 2F 0 27 4D 15 1D 3E 31
Octal 312 173 57 0 47 115 25 35 76 61
Binary 11001010 1111011 101111 0 100111 1001101 10101 11101 111110 110001

Color Harmonies of #CA7B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B2F

Black with #CA7B2F

Text Example


Text Example

White with #CA7B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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