Html Css Color HEX #CE7A2F Bronze

📋 copy color: '#CE7A2F'

red 206 ◦ green 122 ◦ blue 47

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

Shades of Bronze #CE7A2F

Tints of Bronze #CE7A2F

RGB

 RED value IS 206 (80.86% from 255) = 54.93%

 GREEN value IS 122 (48.05% from 255) = 32.53%

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

R = 54.93%
G = 32.53%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE7A2F (or 0xCE7A2F) is known color: Bronze. HEX triplet: CE, 7A and 2F. RGB value is (206,122,47). Sum of RGB (Red+Green+Blue) = 206+122+47=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A2F is #3185D0. Grayscale: #8A8A8A. Windows color (decimal): -3245521 or 3111630. OLE color: 3111630.

HSL color Cylindrical-coordinate representation of color #CE7A2F: hue angle of 28.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE7A2F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 122 47 -
CMYK 0 0.41 0.77 0.19
HSL 28.3º 0.63% 0.5% -
HSV(B) 28.3º 0.77% 0.81% -
XYZ 32.93 27.25 6.21 -
YUV 138.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 206 122 47 0 0.41 0.77 0.19 28.3 0.63 0.5
Hex CE 7A 2F 0 29 4D 13 1C 3F 32
Octal 316 172 57 0 51 115 23 34 77 62
Binary 11001110 1111010 101111 0 101001 1001101 10011 11100 111111 110010

Color Harmonies of #CE7A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A2F

Black with #CE7A2F

Text Example


Text Example

White with #CE7A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A2F; }

 p { color: rgb(206,122,47); }

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

background-color css

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

 a { background-color: rgb(206,122,47); }

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

border-color css

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

 span { border-color: rgb(206,122,47); }

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