Html Css Color HEX #CEA192 Rose

📋 copy color: '#CEA192'

red 206 ◦ green 161 ◦ blue 146

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

Shades of Rose #CEA192

Tints of Rose #CEA192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 40.16%
G = 31.38%
B = 28.46%

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

#CEA192 (or 0xCEA192) is known color: Rose. HEX triplet: CE, A1 and 92. RGB value is (206,161,146). Sum of RGB (Red+Green+Blue) = 206+161+146=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA192 is #315E6D. Grayscale: #ACACAC. Windows color (decimal): -3235438 or 9609678. OLE color: 9609678.

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

Color convert

RGB 206 161 146 -
CMYK 0 0.22 0.29 0.19
HSL 15º 0.38% 0.69% -
HSV(B) 15º 0.29% 0.81% -
XYZ 43.39 40.69 32.76 -
YUV 172.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 206 161 146 0 0.22 0.29 0.19 15 0.38 0.69
Hex CE A1 92 0 16 1D 13 F 26 45
Octal 316 241 222 0 26 35 23 17 46 105
Binary 11001110 10100001 10010010 0 10110 11101 10011 1111 100110 1000101

Color Harmonies of #CEA192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA192

Black with #CEA192

Text Example


Text Example

White with #CEA192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA192; }

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

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

background-color css

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

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

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

border-color css

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

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

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