Html Css Color HEX #CEB2A2 Cashmere

📋 copy color: '#CEB2A2'

red 206 ◦ green 178 ◦ blue 162

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

Shades of Cashmere #CEB2A2

Tints of Cashmere #CEB2A2

RGB

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

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

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

R = 37.73%
G = 32.6%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CEB2A2 (or 0xCEB2A2) is known color: Cashmere. HEX triplet: CE, B2 and A2. RGB value is (206,178,162). Sum of RGB (Red+Green+Blue) = 206+178+162=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2A2 is #314D5D. Grayscale: #B8B8B8. Windows color (decimal): -3231070 or 10662606. OLE color: 10662606.

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

Color convert

RGB 206 178 162 -
CMYK 0 0.14 0.21 0.19
HSL 21.82º 0.31% 0.72% -
HSV(B) 21.82º 0.21% 0.81% -
XYZ 47.9 47.57 40.84 -
YUV 184.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 206 178 162 0 0.14 0.21 0.19 21.82 0.31 0.72
Hex CE B2 A2 0 E 15 13 16 1F 48
Octal 316 262 242 0 16 25 23 26 37 110
Binary 11001110 10110010 10100010 0 1110 10101 10011 10110 11111 1001000

Color Harmonies of #CEB2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2A2

Black with #CEB2A2

Text Example


Text Example

White with #CEB2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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