Html Css Color HEX #CEB3A3 Cashmere

📋 copy color: '#CEB3A3'

red 206 ◦ green 179 ◦ blue 163

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

Shades of Cashmere #CEB3A3

Tints of Cashmere #CEB3A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.74%

R = 37.59%
G = 32.66%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CEB3A3 (or 0xCEB3A3) is known color: Cashmere. HEX triplet: CE, B3 and A3. RGB value is (206,179,163). Sum of RGB (Red+Green+Blue) = 206+179+163=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3A3 is #314C5C. Grayscale: #B9B9B9. Windows color (decimal): -3230813 or 10728398. OLE color: 10728398.

HSL color Cylindrical-coordinate representation of color #CEB3A3: hue angle of 22.33º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB3A3 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 163 -
CMYK 0 0.13 0.21 0.19
HSL 22.33º 0.3% 0.72% -
HSV(B) 22.33º 0.21% 0.81% -
XYZ 48.18 48.01 41.38 -
YUV 185.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 206 179 163 0 0.13 0.21 0.19 22.33 0.3 0.72
Hex CE B3 A3 0 D 15 13 16 1E 48
Octal 316 263 243 0 15 25 23 26 36 110
Binary 11001110 10110011 10100011 0 1101 10101 10011 10110 11110 1001000

Color Harmonies of #CEB3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3A3

Black with #CEB3A3

Text Example


Text Example

White with #CEB3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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