Html Css Color HEX #CEB293 Cashmere

📋 copy color: '#CEB293'

red 206 ◦ green 178 ◦ blue 147

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

Shades of Cashmere #CEB293

Tints of Cashmere #CEB293

RGB

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

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

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

R = 38.79%
G = 33.52%
B = 27.68%

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

#CEB293 (or 0xCEB293) is known color: Cashmere. HEX triplet: CE, B2 and 93. RGB value is (206,178,147). Sum of RGB (Red+Green+Blue) = 206+178+147=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB293 is #314D6C. Grayscale: #B6B6B6. Windows color (decimal): -3231085 or 9679566. OLE color: 9679566.

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

Color convert

RGB 206 178 147 -
CMYK 0 0.14 0.29 0.19
HSL 31.53º 0.38% 0.69% -
HSV(B) 31.53º 0.29% 0.81% -
XYZ 46.64 47.07 34.23 -
YUV 182.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 206 178 147 0 0.14 0.29 0.19 31.53 0.38 0.69
Hex CE B2 93 0 E 1D 13 20 26 45
Octal 316 262 223 0 16 35 23 40 46 105
Binary 11001110 10110010 10010011 0 1110 11101 10011 100000 100110 1000101

Color Harmonies of #CEB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB293

Black with #CEB293

Text Example


Text Example

White with #CEB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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