Html Css Color HEX #CEA892 Cashmere

📋 copy color: '#CEA892'

red 206 ◦ green 168 ◦ blue 146

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

Shades of Cashmere #CEA892

Tints of Cashmere #CEA892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.31%

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

R = 39.62%
G = 32.31%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEA892 (or 0xCEA892) is known color: Cashmere. HEX triplet: CE, A8 and 92. RGB value is (206,168,146). Sum of RGB (Red+Green+Blue) = 206+168+146=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA892 is #31576D. Grayscale: #B0B0B0. Windows color (decimal): -3233646 or 9611470. OLE color: 9611470.

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

Color convert

RGB 206 168 146 -
CMYK 0 0.18 0.29 0.19
HSL 22º 0.38% 0.69% -
HSV(B) 22º 0.29% 0.81% -
XYZ 44.64 43.2 33.18 -
YUV 176.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 206 168 146 0 0.18 0.29 0.19 22 0.38 0.69
Hex CE A8 92 0 12 1D 13 16 26 45
Octal 316 250 222 0 22 35 23 26 46 105
Binary 11001110 10101000 10010010 0 10010 11101 10011 10110 100110 1000101

Color Harmonies of #CEA892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA892

Black with #CEA892

Text Example


Text Example

White with #CEA892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA892; }

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

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

background-color css

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

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

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

border-color css

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

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

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