Html Css Color HEX #CEB2A0 Cashmere

📋 copy color: '#CEB2A0'

red 206 ◦ green 178 ◦ blue 160

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

Shades of Cashmere #CEB2A0

Tints of Cashmere #CEB2A0

RGB

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

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

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

R = 37.87%
G = 32.72%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEB2A0 (or 0xCEB2A0) is known color: Cashmere. HEX triplet: CE, B2 and A0. RGB value is (206,178,160). Sum of RGB (Red+Green+Blue) = 206+178+160=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2A0 is #314D5F. Grayscale: #B8B8B8. Windows color (decimal): -3231072 or 10531534. OLE color: 10531534.

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

Color convert

RGB 206 178 160 -
CMYK 0 0.14 0.22 0.19
HSL 23.48º 0.32% 0.72% -
HSV(B) 23.48º 0.22% 0.81% -
XYZ 47.72 47.5 39.91 -
YUV 184.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 206 178 160 0 0.14 0.22 0.19 23.48 0.32 0.72
Hex CE B2 A0 0 E 16 13 17 20 48
Octal 316 262 240 0 16 26 23 27 40 110
Binary 11001110 10110010 10100000 0 1110 10110 10011 10111 100000 1001000

Color Harmonies of #CEB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2A0

Black with #CEB2A0

Text Example


Text Example

White with #CEB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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