Html Css Color HEX #CEAF99 Cashmere

📋 copy color: '#CEAF99'

red 206 ◦ green 175 ◦ blue 153

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

Shades of Cashmere #CEAF99

Tints of Cashmere #CEAF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.77%

 BLUE value IS 153 (60.16% from 255) = 28.65%

R = 38.58%
G = 32.77%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CEAF99 (or 0xCEAF99) is known color: Cashmere. HEX triplet: CE, AF and 99. RGB value is (206,175,153). Sum of RGB (Red+Green+Blue) = 206+175+153=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF99 is #315066. Grayscale: #B5B5B5. Windows color (decimal): -3231847 or 10072014. OLE color: 10072014.

HSL color Cylindrical-coordinate representation of color #CEAF99: hue angle of 24.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEAF99 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 153 -
CMYK 0 0.15 0.26 0.19
HSL 24.91º 0.35% 0.7% -
HSV(B) 24.91º 0.26% 0.81% -
XYZ 46.53 46.08 36.58 -
YUV 181.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 206 175 153 0 0.15 0.26 0.19 24.91 0.35 0.7
Hex CE AF 99 0 F 1A 13 19 23 46
Octal 316 257 231 0 17 32 23 31 43 106
Binary 11001110 10101111 10011001 0 1111 11010 10011 11001 100011 1000110

Color Harmonies of #CEAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF99

Black with #CEAF99

Text Example


Text Example

White with #CEAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF99; }

 p { color: rgb(206,175,153); }

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

background-color css

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

 a { background-color: rgb(206,175,153); }

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

border-color css

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

 span { border-color: rgb(206,175,153); }

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