Html Css Color HEX #CE7735 Bronze

📋 copy color: '#CE7735'

red 206 ◦ green 119 ◦ blue 53

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

Shades of Bronze #CE7735

Tints of Bronze #CE7735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 54.5%
G = 31.48%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE7735 (or 0xCE7735) is known color: Bronze. HEX triplet: CE, 77 and 35. RGB value is (206,119,53). Sum of RGB (Red+Green+Blue) = 206+119+53=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7735 is #3188CA. Grayscale: #898989. Windows color (decimal): -3246283 or 3504078. OLE color: 3504078.

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

Color convert

RGB 206 119 53 -
CMYK 0 0.42 0.74 0.19
HSL 25.88º 0.61% 0.51% -
HSV(B) 25.88º 0.74% 0.81% -
XYZ 32.69 26.57 6.77 -
YUV 137.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 206 119 53 0 0.42 0.74 0.19 25.88 0.61 0.51
Hex CE 77 35 0 2A 4A 13 1A 3D 33
Octal 316 167 65 0 52 112 23 32 75 63
Binary 11001110 1110111 110101 0 101010 1001010 10011 11010 111101 110011

Color Harmonies of #CE7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7735

Black with #CE7735

Text Example


Text Example

White with #CE7735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7735; }

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

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

background-color css

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

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

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

border-color css

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

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

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