Html Css Color HEX #CEB295 Cashmere

📋 copy color: '#CEB295'

red 206 ◦ green 178 ◦ blue 149

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

Shades of Cashmere #CEB295

Tints of Cashmere #CEB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.4%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 38.65%
G = 33.4%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEB295 (or 0xCEB295) is known color: Cashmere. HEX triplet: CE, B2 and 95. RGB value is (206,178,149). Sum of RGB (Red+Green+Blue) = 206+178+149=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB295 is #314D6A. Grayscale: #B7B7B7. Windows color (decimal): -3231083 or 9810638. OLE color: 9810638.

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

Color convert

RGB 206 178 149 -
CMYK 0 0.14 0.28 0.19
HSL 30.53º 0.37% 0.7% -
HSV(B) 30.53º 0.28% 0.81% -
XYZ 46.8 47.13 35.06 -
YUV 183.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 206 178 149 0 0.14 0.28 0.19 30.53 0.37 0.7
Hex CE B2 95 0 E 1C 13 1F 25 46
Octal 316 262 225 0 16 34 23 37 45 106
Binary 11001110 10110010 10010101 0 1110 11100 10011 11111 100101 1000110

Color Harmonies of #CEB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB295

Black with #CEB295

Text Example


Text Example

White with #CEB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB295; }

 p { color: rgb(206,178,149); }

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

background-color css

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

 a { background-color: rgb(206,178,149); }

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

border-color css

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

 span { border-color: rgb(206,178,149); }

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