Html Css Color HEX #CE7B30 Bronze

📋 copy color: '#CE7B30'

red 206 ◦ green 123 ◦ blue 48

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

Shades of Bronze #CE7B30

Tints of Bronze #CE7B30

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

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

R = 54.64%
G = 32.63%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE7B30 (or 0xCE7B30) is known color: Bronze. HEX triplet: CE, 7B and 30. RGB value is (206,123,48). Sum of RGB (Red+Green+Blue) = 206+123+48=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B30 is #3184CF. Grayscale: #8B8B8B. Windows color (decimal): -3245264 or 3177422. OLE color: 3177422.

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

Color convert

RGB 206 123 48 -
CMYK 0 0.40 0.77 0.19
HSL 28.48º 0.62% 0.5% -
HSV(B) 28.48º 0.77% 0.81% -
XYZ 33.07 27.5 6.36 -
YUV 139.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 206 123 48 0 0.40 0.77 0.19 28.48 0.62 0.5
Hex CE 7B 30 0 28 4D 13 1C 3E 32
Octal 316 173 60 0 50 115 23 34 76 62
Binary 11001110 1111011 110000 0 101000 1001101 10011 11100 111110 110010

Color Harmonies of #CE7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B30

Black with #CE7B30

Text Example


Text Example

White with #CE7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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