Html Css Color HEX #CE7F30 Bronze

📋 copy color: '#CE7F30'

red 206 ◦ green 127 ◦ blue 48

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

Shades of Bronze #CE7F30

Tints of Bronze #CE7F30

RGB

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

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

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

R = 54.07%
G = 33.33%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE7F30 (or 0xCE7F30) is known color: Bronze. HEX triplet: CE, 7F and 30. RGB value is (206,127,48). Sum of RGB (Red+Green+Blue) = 206+127+48=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F30 is #3180CF. Grayscale: #8E8E8E. Windows color (decimal): -3244240 or 3178446. OLE color: 3178446.

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

Color convert

RGB 206 127 48 -
CMYK 0 0.38 0.77 0.19
HSL 30º 0.62% 0.5% -
HSV(B) 30º 0.77% 0.81% -
XYZ 33.58 28.51 6.53 -
YUV 141.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 206 127 48 0 0.38 0.77 0.19 30 0.62 0.5
Hex CE 7F 30 0 26 4D 13 1E 3E 32
Octal 316 177 60 0 46 115 23 36 76 62
Binary 11001110 1111111 110000 0 100110 1001101 10011 11110 111110 110010

Color Harmonies of #CE7F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F30

Black with #CE7F30

Text Example


Text Example

White with #CE7F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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