Html Css Color HEX #CEB49A Cashmere

📋 copy color: '#CEB49A'

red 206 ◦ green 180 ◦ blue 154

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

Shades of Cashmere #CEB49A

Tints of Cashmere #CEB49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 38.15%
G = 33.33%
B = 28.52%

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

#CEB49A (or 0xCEB49A) is known color: Cashmere. HEX triplet: CE, B4 and 9A. RGB value is (206,180,154). Sum of RGB (Red+Green+Blue) = 206+180+154=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB49A is #314B65. Grayscale: #B8B8B8. Windows color (decimal): -3230566 or 10138830. OLE color: 10138830.

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

Color convert

RGB 206 180 154 -
CMYK 0 0.13 0.25 0.19
HSL 30º 0.35% 0.71% -
HSV(B) 30º 0.25% 0.81% -
XYZ 47.61 48.1 37.35 -
YUV 184.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 206 180 154 0 0.13 0.25 0.19 30 0.35 0.71
Hex CE B4 9A 0 D 19 13 1E 23 47
Octal 316 264 232 0 15 31 23 36 43 107
Binary 11001110 10110100 10011010 0 1101 11001 10011 11110 100011 1000111

Color Harmonies of #CEB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB49A

Black with #CEB49A

Text Example


Text Example

White with #CEB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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