Html Css Color HEX #CEA693 Rose

📋 copy color: '#CEA693'

red 206 ◦ green 166 ◦ blue 147

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

Shades of Rose #CEA693

Tints of Rose #CEA693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

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

R = 39.69%
G = 31.98%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEA693 (or 0xCEA693) is known color: Rose. HEX triplet: CE, A6 and 93. RGB value is (206,166,147). Sum of RGB (Red+Green+Blue) = 206+166+147=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA693 is #31596C. Grayscale: #AFAFAF. Windows color (decimal): -3234157 or 9676494. OLE color: 9676494.

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

Color convert

RGB 206 166 147 -
CMYK 0 0.19 0.29 0.19
HSL 19.32º 0.38% 0.69% -
HSV(B) 19.32º 0.29% 0.81% -
XYZ 44.36 42.5 33.47 -
YUV 175.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 206 166 147 0 0.19 0.29 0.19 19.32 0.38 0.69
Hex CE A6 93 0 13 1D 13 13 26 45
Octal 316 246 223 0 23 35 23 23 46 105
Binary 11001110 10100110 10010011 0 10011 11101 10011 10011 100110 1000101

Color Harmonies of #CEA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA693

Black with #CEA693

Text Example


Text Example

White with #CEA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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