Html Css Color HEX #CE772D Bronze

📋 copy color: '#CE772D'

red 206 ◦ green 119 ◦ blue 45

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

Shades of Bronze #CE772D

Tints of Bronze #CE772D

RGB

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

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

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

R = 55.68%
G = 32.16%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE772D (or 0xCE772D) is known color: Bronze. HEX triplet: CE, 77 and 2D. RGB value is (206,119,45). Sum of RGB (Red+Green+Blue) = 206+119+45=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE772D is #3188D2. Grayscale: #888888. Windows color (decimal): -3246291 or 2979790. OLE color: 2979790.

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

Color convert

RGB 206 119 45 -
CMYK 0 0.42 0.78 0.19
HSL 27.58º 0.64% 0.49% -
HSV(B) 27.58º 0.78% 0.81% -
XYZ 32.52 26.5 5.88 -
YUV 136.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 206 119 45 0 0.42 0.78 0.19 27.58 0.64 0.49
Hex CE 77 2D 0 2A 4E 13 1C 40 31
Octal 316 167 55 0 52 116 23 34 100 61
Binary 11001110 1110111 101101 0 101010 1001110 10011 11100 1000000 110001

Color Harmonies of #CE772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE772D

Black with #CE772D

Text Example


Text Example

White with #CE772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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