Html Css Color HEX #CEB49B Cashmere

📋 copy color: '#CEB49B'

red 206 ◦ green 180 ◦ blue 155

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

Shades of Cashmere #CEB49B

Tints of Cashmere #CEB49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 38.08%
G = 33.27%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CEB49B (or 0xCEB49B) is known color: Cashmere. HEX triplet: CE, B4 and 9B. RGB value is (206,180,155). Sum of RGB (Red+Green+Blue) = 206+180+155=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB49B is #314B64. Grayscale: #B9B9B9. Windows color (decimal): -3230565 or 10204366. OLE color: 10204366.

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

Color convert

RGB 206 180 155 -
CMYK 0 0.13 0.25 0.19
HSL 29.41º 0.34% 0.71% -
HSV(B) 29.41º 0.25% 0.81% -
XYZ 47.69 48.13 37.79 -
YUV 184.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 206 180 155 0 0.13 0.25 0.19 29.41 0.34 0.71
Hex CE B4 9B 0 D 19 13 1D 22 47
Octal 316 264 233 0 15 31 23 35 42 107
Binary 11001110 10110100 10011011 0 1101 11001 10011 11101 100010 1000111

Color Harmonies of #CEB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB49B

Black with #CEB49B

Text Example


Text Example

White with #CEB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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