Html Css Color HEX #CE7F36 Bronze

📋 copy color: '#CE7F36'

red 206 ◦ green 127 ◦ blue 54

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

Shades of Bronze #CE7F36

Tints of Bronze #CE7F36

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 53.23%
G = 32.82%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE7F36 (or 0xCE7F36) is known color: Bronze. HEX triplet: CE, 7F and 36. RGB value is (206,127,54). Sum of RGB (Red+Green+Blue) = 206+127+54=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F36 is #3180C9. Grayscale: #8E8E8E. Windows color (decimal): -3244234 or 3571662. OLE color: 3571662.

HSL color Cylindrical-coordinate representation of color #CE7F36: hue angle of 28.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE7F36 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 54 -
CMYK 0 0.38 0.74 0.19
HSL 28.82º 0.61% 0.51% -
HSV(B) 28.82º 0.74% 0.81% -
XYZ 33.71 28.57 7.23 -
YUV 142.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 206 127 54 0 0.38 0.74 0.19 28.82 0.61 0.51
Hex CE 7F 36 0 26 4A 13 1D 3D 33
Octal 316 177 66 0 46 112 23 35 75 63
Binary 11001110 1111111 110110 0 100110 1001010 10011 11101 111101 110011

Color Harmonies of #CE7F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F36

Black with #CE7F36

Text Example


Text Example

White with #CE7F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F36; }

 p { color: rgb(206,127,54); }

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

background-color css

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

 a { background-color: rgb(206,127,54); }

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

border-color css

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

 span { border-color: rgb(206,127,54); }

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