Html Css Color HEX #CE7B2B Bronze

📋 copy color: '#CE7B2B'

red 206 ◦ green 123 ◦ blue 43

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

Shades of Bronze #CE7B2B

Tints of Bronze #CE7B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 55.38%
G = 33.06%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE7B2B (or 0xCE7B2B) is known color: Bronze. HEX triplet: CE, 7B and 2B. RGB value is (206,123,43). Sum of RGB (Red+Green+Blue) = 206+123+43=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B2B is #3184D4. Grayscale: #8B8B8B. Windows color (decimal): -3245269 or 2849742. OLE color: 2849742.

HSL color Cylindrical-coordinate representation of color #CE7B2B: hue angle of 29.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE7B2B is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 43 -
CMYK 0 0.40 0.79 0.19
HSL 29.45º 0.65% 0.49% -
HSV(B) 29.45º 0.79% 0.81% -
XYZ 32.97 27.46 5.85 -
YUV 138.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 206 123 43 0 0.40 0.79 0.19 29.45 0.65 0.49
Hex CE 7B 2B 0 28 4F 13 1D 41 31
Octal 316 173 53 0 50 117 23 35 101 61
Binary 11001110 1111011 101011 0 101000 1001111 10011 11101 1000001 110001

Color Harmonies of #CE7B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B2B

Black with #CE7B2B

Text Example


Text Example

White with #CE7B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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