Html Css Color HEX #CE7B2D Bronze

📋 copy color: '#CE7B2D'

red 206 ◦ green 123 ◦ blue 45

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

Shades of Bronze #CE7B2D

Tints of Bronze #CE7B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 55.08%
G = 32.89%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE7B2D (or 0xCE7B2D) is known color: Bronze. HEX triplet: CE, 7B and 2D. RGB value is (206,123,45). Sum of RGB (Red+Green+Blue) = 206+123+45=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B2D is #3184D2. Grayscale: #8B8B8B. Windows color (decimal): -3245267 or 2980814. OLE color: 2980814.

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

Color convert

RGB 206 123 45 -
CMYK 0 0.40 0.78 0.19
HSL 29.07º 0.64% 0.49% -
HSV(B) 29.07º 0.78% 0.81% -
XYZ 33.01 27.48 6.05 -
YUV 138.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 206 123 45 0 0.40 0.78 0.19 29.07 0.64 0.49
Hex CE 7B 2D 0 28 4E 13 1D 40 31
Octal 316 173 55 0 50 116 23 35 100 61
Binary 11001110 1111011 101101 0 101000 1001110 10011 11101 1000000 110001

Color Harmonies of #CE7B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B2D

Black with #CE7B2D

Text Example


Text Example

White with #CE7B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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