Html Css Color HEX #CFAE9E Cashmere

📋 copy color: '#CFAE9E'

red 207 ◦ green 174 ◦ blue 158

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

Shades of Cashmere #CFAE9E

Tints of Cashmere #CFAE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.31%

R = 38.4%
G = 32.28%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CFAE9E (or 0xCFAE9E) is known color: Cashmere. HEX triplet: CF, AE and 9E. RGB value is (207,174,158). Sum of RGB (Red+Green+Blue) = 207+174+158=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE9E is #305161. Grayscale: #B6B6B6. Windows color (decimal): -3166562 or 10399439. OLE color: 10399439.

HSL color Cylindrical-coordinate representation of color #CFAE9E: hue angle of 19.59º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFAE9E is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 158 -
CMYK 0 0.16 0.24 0.19
HSL 19.59º 0.34% 0.72% -
HSV(B) 19.59º 0.24% 0.81% -
XYZ 47.04 46.01 38.75 -
YUV 182.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 207 174 158 0 0.16 0.24 0.19 19.59 0.34 0.72
Hex CF AE 9E 0 10 18 13 14 22 48
Octal 317 256 236 0 20 30 23 24 42 110
Binary 11001111 10101110 10011110 0 10000 11000 10011 10100 100010 1001000

Color Harmonies of #CFAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE9E

Black with #CFAE9E

Text Example


Text Example

White with #CFAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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