Html Css Color HEX #CEB1A1 Cashmere

📋 copy color: '#CEB1A1'

red 206 ◦ green 177 ◦ blue 161

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

Shades of Cashmere #CEB1A1

Tints of Cashmere #CEB1A1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.54%

 BLUE value IS 161 (63.28% from 255) = 29.6%

R = 37.87%
G = 32.54%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEB1A1 (or 0xCEB1A1) is known color: Cashmere. HEX triplet: CE, B1 and A1. RGB value is (206,177,161). Sum of RGB (Red+Green+Blue) = 206+177+161=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1A1 is #314E5E. Grayscale: #B7B7B7. Windows color (decimal): -3231327 or 10596814. OLE color: 10596814.

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

Color convert

RGB 206 177 161 -
CMYK 0 0.14 0.22 0.19
HSL 21.33º 0.31% 0.72% -
HSV(B) 21.33º 0.22% 0.81% -
XYZ 47.61 47.14 40.31 -
YUV 183.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 206 177 161 0 0.14 0.22 0.19 21.33 0.31 0.72
Hex CE B1 A1 0 E 16 13 15 1F 48
Octal 316 261 241 0 16 26 23 25 37 110
Binary 11001110 10110001 10100001 0 1110 10110 10011 10101 11111 1001000

Color Harmonies of #CEB1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1A1

Black with #CEB1A1

Text Example


Text Example

White with #CEB1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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