Html Css Color HEX #CEAF9A Cashmere

📋 copy color: '#CEAF9A'

red 206 ◦ green 175 ◦ blue 154

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

Shades of Cashmere #CEAF9A

Tints of Cashmere #CEAF9A

RGB

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

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

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

R = 38.5%
G = 32.71%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CEAF9A (or 0xCEAF9A) is known color: Cashmere. HEX triplet: CE, AF and 9A. RGB value is (206,175,154). Sum of RGB (Red+Green+Blue) = 206+175+154=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF9A is #315065. Grayscale: #B5B5B5. Windows color (decimal): -3231846 or 10137550. OLE color: 10137550.

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

Color convert

RGB 206 175 154 -
CMYK 0 0.15 0.25 0.19
HSL 24.23º 0.35% 0.71% -
HSV(B) 24.23º 0.25% 0.81% -
XYZ 46.62 46.11 37.02 -
YUV 181.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 206 175 154 0 0.15 0.25 0.19 24.23 0.35 0.71
Hex CE AF 9A 0 F 19 13 18 23 47
Octal 316 257 232 0 17 31 23 30 43 107
Binary 11001110 10101111 10011010 0 1111 11001 10011 11000 100011 1000111

Color Harmonies of #CEAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF9A

Black with #CEAF9A

Text Example


Text Example

White with #CEAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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