Html Css Color HEX #CEA591 Rose

📋 copy color: '#CEA591'

red 206 ◦ green 165 ◦ blue 145

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

Shades of Rose #CEA591

Tints of Rose #CEA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.98%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 39.92%
G = 31.98%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEA591 (or 0xCEA591) is known color: Rose. HEX triplet: CE, A5 and 91. RGB value is (206,165,145). Sum of RGB (Red+Green+Blue) = 206+165+145=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA591 is #315A6E. Grayscale: #AFAFAF. Windows color (decimal): -3234415 or 9545166. OLE color: 9545166.

HSL color Cylindrical-coordinate representation of color #CEA591: hue angle of 19.67º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA591 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 145 -
CMYK 0 0.20 0.30 0.19
HSL 19.67º 0.38% 0.69% -
HSV(B) 19.67º 0.3% 0.81% -
XYZ 44.02 42.08 32.59 -
YUV 174.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 206 165 145 0 0.20 0.30 0.19 19.67 0.38 0.69
Hex CE A5 91 0 14 1E 13 14 26 45
Octal 316 245 221 0 24 36 23 24 46 105
Binary 11001110 10100101 10010001 0 10100 11110 10011 10100 100110 1000101

Color Harmonies of #CEA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA591

Black with #CEA591

Text Example


Text Example

White with #CEA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA591; }

 p { color: rgb(206,165,145); }

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

background-color css

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

 a { background-color: rgb(206,165,145); }

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

border-color css

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

 span { border-color: rgb(206,165,145); }

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