Html Css Color HEX #CEA393 Rose

📋 copy color: '#CEA393'

red 206 ◦ green 163 ◦ blue 147

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

Shades of Rose #CEA393

Tints of Rose #CEA393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 39.92%
G = 31.59%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEA393 (or 0xCEA393) is known color: Rose. HEX triplet: CE, A3 and 93. RGB value is (206,163,147). Sum of RGB (Red+Green+Blue) = 206+163+147=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA393 is #315C6C. Grayscale: #AEAEAE. Windows color (decimal): -3234925 or 9675726. OLE color: 9675726.

HSL color Cylindrical-coordinate representation of color #CEA393: hue angle of 16.27º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA393 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 147 -
CMYK 0 0.21 0.29 0.19
HSL 16.27º 0.38% 0.69% -
HSV(B) 16.27º 0.29% 0.81% -
XYZ 43.82 41.42 33.29 -
YUV 174.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 206 163 147 0 0.21 0.29 0.19 16.27 0.38 0.69
Hex CE A3 93 0 15 1D 13 10 26 45
Octal 316 243 223 0 25 35 23 20 46 105
Binary 11001110 10100011 10010011 0 10101 11101 10011 10000 100110 1000101

Color Harmonies of #CEA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA393

Black with #CEA393

Text Example


Text Example

White with #CEA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA393; }

 p { color: rgb(206,163,147); }

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

background-color css

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

 a { background-color: rgb(206,163,147); }

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

border-color css

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

 span { border-color: rgb(206,163,147); }

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