Html Css Color HEX #CA7630 Bronze

📋 copy color: '#CA7630'

red 202 ◦ green 118 ◦ blue 48

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

Shades of Bronze #CA7630

Tints of Bronze #CA7630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 54.89%
G = 32.07%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA7630 (or 0xCA7630) is known color: Bronze. HEX triplet: CA, 76 and 30. RGB value is (202,118,48). Sum of RGB (Red+Green+Blue) = 202+118+48=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7630 is #3589CF. Grayscale: #878787. Windows color (decimal): -3508688 or 3176138. OLE color: 3176138.

HSL color Cylindrical-coordinate representation of color #CA7630: hue angle of 27.27º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA7630 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 48 -
CMYK 0 0.42 0.76 0.21
HSL 27.27º 0.62% 0.49% -
HSV(B) 27.27º 0.76% 0.79% -
XYZ 31.37 25.73 6.11 -
YUV 135.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 202 118 48 0 0.42 0.76 0.21 27.27 0.62 0.49
Hex CA 76 30 0 2A 4C 15 1B 3E 31
Octal 312 166 60 0 52 114 25 33 76 61
Binary 11001010 1110110 110000 0 101010 1001100 10101 11011 111110 110001

Color Harmonies of #CA7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7630

Black with #CA7630

Text Example


Text Example

White with #CA7630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7630; }

 p { color: rgb(202,118,48); }

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

background-color css

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

 a { background-color: rgb(202,118,48); }

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

border-color css

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

 span { border-color: rgb(202,118,48); }

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