Html Css Color HEX #CEA294 Rose

📋 copy color: '#CEA294'

red 206 ◦ green 162 ◦ blue 148

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

Shades of Rose #CEA294

Tints of Rose #CEA294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 39.92%
G = 31.4%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEA294 (or 0xCEA294) is known color: Rose. HEX triplet: CE, A2 and 94. RGB value is (206,162,148). Sum of RGB (Red+Green+Blue) = 206+162+148=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA294 is #315D6B. Grayscale: #ADADAD. Windows color (decimal): -3235180 or 9741006. OLE color: 9741006.

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

Color convert

RGB 206 162 148 -
CMYK 0 0.21 0.28 0.19
HSL 14.48º 0.37% 0.69% -
HSV(B) 14.48º 0.28% 0.81% -
XYZ 43.72 41.1 33.65 -
YUV 173.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 206 162 148 0 0.21 0.28 0.19 14.48 0.37 0.69
Hex CE A2 94 0 15 1C 13 E 25 45
Octal 316 242 224 0 25 34 23 16 45 105
Binary 11001110 10100010 10010100 0 10101 11100 10011 1110 100101 1000101

Color Harmonies of #CEA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA294

Black with #CEA294

Text Example


Text Example

White with #CEA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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