Html Css Color HEX #CEB3A0 Cashmere

📋 copy color: '#CEB3A0'

red 206 ◦ green 179 ◦ blue 160

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

Shades of Cashmere #CEB3A0

Tints of Cashmere #CEB3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.84%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 37.8%
G = 32.84%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEB3A0 (or 0xCEB3A0) is known color: Cashmere. HEX triplet: CE, B3 and A0. RGB value is (206,179,160). Sum of RGB (Red+Green+Blue) = 206+179+160=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3A0 is #314C5F. Grayscale: #B9B9B9. Windows color (decimal): -3230816 or 10531790. OLE color: 10531790.

HSL color Cylindrical-coordinate representation of color #CEB3A0: hue angle of 24.78º degrees, saturation: 0.32, 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 #CEB3A0 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 160 -
CMYK 0 0.13 0.22 0.19
HSL 24.78º 0.32% 0.72% -
HSV(B) 24.78º 0.22% 0.81% -
XYZ 47.92 47.9 39.98 -
YUV 184.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 206 179 160 0 0.13 0.22 0.19 24.78 0.32 0.72
Hex CE B3 A0 0 D 16 13 19 20 48
Octal 316 263 240 0 15 26 23 31 40 110
Binary 11001110 10110011 10100000 0 1101 10110 10011 11001 100000 1001000

Color Harmonies of #CEB3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3A0

Black with #CEB3A0

Text Example


Text Example

White with #CEB3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3A0; }

 p { color: rgb(206,179,160); }

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

background-color css

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

 a { background-color: rgb(206,179,160); }

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

border-color css

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

 span { border-color: rgb(206,179,160); }

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