Html Css Color HEX #CE946A Whiskey

📋 copy color: '#CE946A'

red 206 ◦ green 148 ◦ blue 106

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

Shades of Whiskey #CE946A

Tints of Whiskey #CE946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 44.78%
G = 32.17%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE946A (or 0xCE946A) is known color: Whiskey. HEX triplet: CE, 94 and 6A. RGB value is (206,148,106). Sum of RGB (Red+Green+Blue) = 206+148+106=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE946A is #316B95. Grayscale: #A0A0A0. Windows color (decimal): -3238806 or 6984910. OLE color: 6984910.

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

Color convert

RGB 206 148 106 -
CMYK 0 0.28 0.49 0.19
HSL 25.2º 0.51% 0.61% -
HSV(B) 25.2º 0.49% 0.81% -
XYZ 38.65 35.34 18.42 -
YUV 160.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 206 148 106 0 0.28 0.49 0.19 25.2 0.51 0.61
Hex CE 94 6A 0 1C 31 13 19 33 3D
Octal 316 224 152 0 34 61 23 31 63 75
Binary 11001110 10010100 1101010 0 11100 110001 10011 11001 110011 111101

Color Harmonies of #CE946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE946A

Black with #CE946A

Text Example


Text Example

White with #CE946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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