Html Css Color HEX #CEA08D Rose

📋 copy color: '#CEA08D'

red 206 ◦ green 160 ◦ blue 141

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

Shades of Rose #CEA08D

Tints of Rose #CEA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.56%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 40.63%
G = 31.56%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEA08D (or 0xCEA08D) is known color: Rose. HEX triplet: CE, A0 and 8D. RGB value is (206,160,141). Sum of RGB (Red+Green+Blue) = 206+160+141=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA08D is #315F72. Grayscale: #ABABAB. Windows color (decimal): -3235699 or 9281742. OLE color: 9281742.

HSL color Cylindrical-coordinate representation of color #CEA08D: hue angle of 17.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA08D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 141 -
CMYK 0 0.22 0.32 0.19
HSL 17.54º 0.4% 0.68% -
HSV(B) 17.54º 0.32% 0.81% -
XYZ 42.83 40.19 30.7 -
YUV 171.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 206 160 141 0 0.22 0.32 0.19 17.54 0.4 0.68
Hex CE A0 8D 0 16 20 13 12 28 44
Octal 316 240 215 0 26 40 23 22 50 104
Binary 11001110 10100000 10001101 0 10110 100000 10011 10010 101000 1000100

Color Harmonies of #CEA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA08D

Black with #CEA08D

Text Example


Text Example

White with #CEA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA08D; }

 p { color: rgb(206,160,141); }

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

background-color css

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

 a { background-color: rgb(206,160,141); }

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

border-color css

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

 span { border-color: rgb(206,160,141); }

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