Html Css Color HEX #CE7D30 Bronze

📋 copy color: '#CE7D30'

red 206 ◦ green 125 ◦ blue 48

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

Shades of Bronze #CE7D30

Tints of Bronze #CE7D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

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

R = 54.35%
G = 32.98%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE7D30 (or 0xCE7D30) is known color: Bronze. HEX triplet: CE, 7D and 30. RGB value is (206,125,48). Sum of RGB (Red+Green+Blue) = 206+125+48=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D30 is #3182CF. Grayscale: #8C8C8C. Windows color (decimal): -3244752 or 3177934. OLE color: 3177934.

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

Color convert

RGB 206 125 48 -
CMYK 0 0.39 0.77 0.19
HSL 29.24º 0.62% 0.5% -
HSV(B) 29.24º 0.77% 0.81% -
XYZ 33.32 28 6.45 -
YUV 140.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 206 125 48 0 0.39 0.77 0.19 29.24 0.62 0.5
Hex CE 7D 30 0 27 4D 13 1D 3E 32
Octal 316 175 60 0 47 115 23 35 76 62
Binary 11001110 1111101 110000 0 100111 1001101 10011 11101 111110 110010

Color Harmonies of #CE7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D30

Black with #CE7D30

Text Example


Text Example

White with #CE7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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