Html Css Color HEX #CE6A2E Gold Drop

📋 copy color: '#CE6A2E'

red 206 ◦ green 106 ◦ blue 46

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

Shades of Gold Drop #CE6A2E

Tints of Gold Drop #CE6A2E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 57.54%
G = 29.61%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE6A2E (or 0xCE6A2E) is known color: Gold Drop. HEX triplet: CE, 6A and 2E. RGB value is (206,106,46). Sum of RGB (Red+Green+Blue) = 206+106+46=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A2E is #3195D1. Grayscale: #818181. Windows color (decimal): -3249618 or 3041998. OLE color: 3041998.

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

Color convert

RGB 206 106 46 -
CMYK 0 0.49 0.78 0.19
HSL 22.5º 0.63% 0.49% -
HSV(B) 22.5º 0.78% 0.81% -
XYZ 31.1 23.63 5.51 -
YUV 129.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 206 106 46 0 0.49 0.78 0.19 22.5 0.63 0.49
Hex CE 6A 2E 0 31 4E 13 16 3F 31
Octal 316 152 56 0 61 116 23 26 77 61
Binary 11001110 1101010 101110 0 110001 1001110 10011 10110 111111 110001

Color Harmonies of #CE6A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A2E

Black with #CE6A2E

Text Example


Text Example

White with #CE6A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A2E; }

 p { color: rgb(206,106,46); }

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

background-color css

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

 a { background-color: rgb(206,106,46); }

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

border-color css

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

 span { border-color: rgb(206,106,46); }

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