#CE692B

Color #CE692B Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #CE692B

Tints of Gold Drop #CE692B

Color information

#CE692B (or 0xCE692B) is unknown color: approx Gold Drop. HEX triplet: CE, 69 and 2B. RGB value is (206,105,43). Sum of RGB (Red+Green+Blue) = 206+105+43=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE692B is #3196D4. Grayscale: #808080. Windows color (decimal): -3249877 or 2845134. OLE color: 2845134.

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

Color convert

RGB20610543-
CMYK00.490.790.19
HSL22.82º65.46%48.82%-
HSV(B)22.82º79.13%80.78%-
XYZ30.9423.45.17-
YUV128.1379.96183.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=58.19%
G=29.66%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061054300.490.790.1922.8265.4648.82
HexCE692B0314F13174131
Octal31615153061117232710161
Binary1100111011010011010110110001100111110011101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE692B; }

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

 H1.HeaderClassName
 {
   color: #CE692B;
 }
 .AnyTagClassName
 {
   color: #CE692B;
 }
</style>
background-color css

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

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

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

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

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

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