Html Css Color HEX #CEB294 Cashmere

📋 copy color: '#CEB294'

red 206 ◦ green 178 ◦ blue 148

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

Shades of Cashmere #CEB294

Tints of Cashmere #CEB294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 38.72%
G = 33.46%
B = 27.82%

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

#CEB294 (or 0xCEB294) is known color: Cashmere. HEX triplet: CE, B2 and 94. RGB value is (206,178,148). Sum of RGB (Red+Green+Blue) = 206+178+148=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB294 is #314D6B. Grayscale: #B7B7B7. Windows color (decimal): -3231084 or 9745102. OLE color: 9745102.

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

Color convert

RGB 206 178 148 -
CMYK 0 0.14 0.28 0.19
HSL 31.03º 0.37% 0.69% -
HSV(B) 31.03º 0.28% 0.81% -
XYZ 46.72 47.1 34.65 -
YUV 182.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 206 178 148 0 0.14 0.28 0.19 31.03 0.37 0.69
Hex CE B2 94 0 E 1C 13 1F 25 45
Octal 316 262 224 0 16 34 23 37 45 105
Binary 11001110 10110010 10010100 0 1110 11100 10011 11111 100101 1000101

Color Harmonies of #CEB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB294

Black with #CEB294

Text Example


Text Example

White with #CEB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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