Html Css Color HEX #CEB4A0 Cashmere

📋 copy color: '#CEB4A0'

red 206 ◦ green 180 ◦ blue 160

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

Shades of Cashmere #CEB4A0

Tints of Cashmere #CEB4A0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.97%

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

R = 37.73%
G = 32.97%
B = 29.3%

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

#CEB4A0 (or 0xCEB4A0) is known color: Cashmere. HEX triplet: CE, B4 and A0. RGB value is (206,180,160). Sum of RGB (Red+Green+Blue) = 206+180+160=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4A0 is #314B5F. Grayscale: #B9B9B9. Windows color (decimal): -3230560 or 10532046. OLE color: 10532046.

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

Color convert

RGB 206 180 160 -
CMYK 0 0.13 0.22 0.19
HSL 26.09º 0.32% 0.72% -
HSV(B) 26.09º 0.22% 0.81% -
XYZ 48.12 48.3 40.04 -
YUV 185.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 206 180 160 0 0.13 0.22 0.19 26.09 0.32 0.72
Hex CE B4 A0 0 D 16 13 1A 20 48
Octal 316 264 240 0 15 26 23 32 40 110
Binary 11001110 10110100 10100000 0 1101 10110 10011 11010 100000 1001000

Color Harmonies of #CEB4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4A0

Black with #CEB4A0

Text Example


Text Example

White with #CEB4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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