Html Css Color HEX #CEB193 Cashmere

📋 copy color: '#CEB193'

red 206 ◦ green 177 ◦ blue 147

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

Shades of Cashmere #CEB193

Tints of Cashmere #CEB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 38.87%
G = 33.4%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEB193 (or 0xCEB193) is known color: Cashmere. HEX triplet: CE, B1 and 93. RGB value is (206,177,147). Sum of RGB (Red+Green+Blue) = 206+177+147=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB193 is #314E6C. Grayscale: #B6B6B6. Windows color (decimal): -3231341 or 9679310. OLE color: 9679310.

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

Color convert

RGB 206 177 147 -
CMYK 0 0.14 0.29 0.19
HSL 30.51º 0.38% 0.69% -
HSV(B) 30.51º 0.29% 0.81% -
XYZ 46.44 46.67 34.16 -
YUV 182.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 206 177 147 0 0.14 0.29 0.19 30.51 0.38 0.69
Hex CE B1 93 0 E 1D 13 1F 26 45
Octal 316 261 223 0 16 35 23 37 46 105
Binary 11001110 10110001 10010011 0 1110 11101 10011 11111 100110 1000101

Color Harmonies of #CEB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB193

Black with #CEB193

Text Example


Text Example

White with #CEB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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