Html Css Color HEX #CE8135 Bronze

📋 copy color: '#CE8135'

red 206 ◦ green 129 ◦ blue 53

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

Shades of Bronze #CE8135

Tints of Bronze #CE8135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 53 (21.09% from 255) = 13.66%

R = 53.09%
G = 33.25%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE8135 (or 0xCE8135) is known color: Bronze. HEX triplet: CE, 81 and 35. RGB value is (206,129,53). Sum of RGB (Red+Green+Blue) = 206+129+53=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8135 is #317ECA. Grayscale: #8F8F8F. Windows color (decimal): -3243723 or 3506638. OLE color: 3506638.

HSL color Cylindrical-coordinate representation of color #CE8135: hue angle of 29.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8135 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 53 -
CMYK 0 0.37 0.74 0.19
HSL 29.8º 0.61% 0.51% -
HSV(B) 29.8º 0.74% 0.81% -
XYZ 33.95 29.08 7.19 -
YUV 143.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 206 129 53 0 0.37 0.74 0.19 29.8 0.61 0.51
Hex CE 81 35 0 25 4A 13 1E 3D 33
Octal 316 201 65 0 45 112 23 36 75 63
Binary 11001110 10000001 110101 0 100101 1001010 10011 11110 111101 110011

Color Harmonies of #CE8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8135

Black with #CE8135

Text Example


Text Example

White with #CE8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8135; }

 p { color: rgb(206,129,53); }

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

background-color css

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

 a { background-color: rgb(206,129,53); }

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

border-color css

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

 span { border-color: rgb(206,129,53); }

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