Html Css Color HEX #CEB3A2 Cashmere

📋 copy color: '#CEB3A2'

red 206 ◦ green 179 ◦ blue 162

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

Shades of Cashmere #CEB3A2

Tints of Cashmere #CEB3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.62%

R = 37.66%
G = 32.72%
B = 29.62%

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

#CEB3A2 (or 0xCEB3A2) is known color: Cashmere. HEX triplet: CE, B3 and A2. RGB value is (206,179,162). Sum of RGB (Red+Green+Blue) = 206+179+162=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3A2 is #314C5D. Grayscale: #B9B9B9. Windows color (decimal): -3230814 or 10662862. OLE color: 10662862.

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

Color convert

RGB 206 179 162 -
CMYK 0 0.13 0.21 0.19
HSL 23.18º 0.31% 0.72% -
HSV(B) 23.18º 0.21% 0.81% -
XYZ 48.1 47.97 40.91 -
YUV 185.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 206 179 162 0 0.13 0.21 0.19 23.18 0.31 0.72
Hex CE B3 A2 0 D 15 13 17 1F 48
Octal 316 263 242 0 15 25 23 27 37 110
Binary 11001110 10110011 10100010 0 1101 10101 10011 10111 11111 1001000

Color Harmonies of #CEB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3A2

Black with #CEB3A2

Text Example


Text Example

White with #CEB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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