Html Css Color HEX #CFAE9B Cashmere

📋 copy color: '#CFAE9B'

red 207 ◦ green 174 ◦ blue 155

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

Shades of Cashmere #CFAE9B

Tints of Cashmere #CFAE9B

RGB

 RED value IS 207 (81.25% from 255) = 38.62%

 GREEN value IS 174 (68.36% from 255) = 32.46%

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

R = 38.62%
G = 32.46%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFAE9B (or 0xCFAE9B) is known color: Cashmere. HEX triplet: CF, AE and 9B. RGB value is (207,174,155). Sum of RGB (Red+Green+Blue) = 207+174+155=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE9B is #305164. Grayscale: #B5B5B5. Windows color (decimal): -3166565 or 10202831. OLE color: 10202831.

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

Color convert

RGB 207 174 155 -
CMYK 0 0.16 0.25 0.19
HSL 21.92º 0.35% 0.71% -
HSV(B) 21.92º 0.25% 0.81% -
XYZ 46.78 45.9 37.4 -
YUV 181.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 207 174 155 0 0.16 0.25 0.19 21.92 0.35 0.71
Hex CF AE 9B 0 10 19 13 16 23 47
Octal 317 256 233 0 20 31 23 26 43 107
Binary 11001111 10101110 10011011 0 10000 11001 10011 10110 100011 1000111

Color Harmonies of #CFAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE9B

Black with #CFAE9B

Text Example


Text Example

White with #CFAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE9B; }

 p { color: rgb(207,174,155); }

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

background-color css

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

 a { background-color: rgb(207,174,155); }

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

border-color css

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

 span { border-color: rgb(207,174,155); }

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