Html Css Color HEX #CEA193 Rose

📋 copy color: '#CEA193'

red 206 ◦ green 161 ◦ blue 147

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

Shades of Rose #CEA193

Tints of Rose #CEA193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.32%

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

R = 40.08%
G = 31.32%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEA193 (or 0xCEA193) is known color: Rose. HEX triplet: CE, A1 and 93. RGB value is (206,161,147). Sum of RGB (Red+Green+Blue) = 206+161+147=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA193 is #315E6C. Grayscale: #ACACAC. Windows color (decimal): -3235437 or 9675214. OLE color: 9675214.

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

Color convert

RGB 206 161 147 -
CMYK 0 0.22 0.29 0.19
HSL 14.24º 0.38% 0.69% -
HSV(B) 14.24º 0.29% 0.81% -
XYZ 43.46 40.72 33.17 -
YUV 172.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 206 161 147 0 0.22 0.29 0.19 14.24 0.38 0.69
Hex CE A1 93 0 16 1D 13 E 26 45
Octal 316 241 223 0 26 35 23 16 46 105
Binary 11001110 10100001 10010011 0 10110 11101 10011 1110 100110 1000101

Color Harmonies of #CEA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA193

Black with #CEA193

Text Example


Text Example

White with #CEA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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