Html Css Color HEX #CEA293 Rose

📋 copy color: '#CEA293'

red 206 ◦ green 162 ◦ blue 147

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

Shades of Rose #CEA293

Tints of Rose #CEA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.46%

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

R = 40%
G = 31.46%
B = 28.54%

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

#CEA293 (or 0xCEA293) is known color: Rose. HEX triplet: CE, A2 and 93. RGB value is (206,162,147). Sum of RGB (Red+Green+Blue) = 206+162+147=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA293 is #315D6C. Grayscale: #ADADAD. Windows color (decimal): -3235181 or 9675470. OLE color: 9675470.

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

Color convert

RGB 206 162 147 -
CMYK 0 0.21 0.29 0.19
HSL 15.25º 0.38% 0.69% -
HSV(B) 15.25º 0.29% 0.81% -
XYZ 43.64 41.07 33.23 -
YUV 173.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 206 162 147 0 0.21 0.29 0.19 15.25 0.38 0.69
Hex CE A2 93 0 15 1D 13 F 26 45
Octal 316 242 223 0 25 35 23 17 46 105
Binary 11001110 10100010 10010011 0 10101 11101 10011 1111 100110 1000101

Color Harmonies of #CEA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA293

Black with #CEA293

Text Example


Text Example

White with #CEA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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