Html Css Color HEX #CFAF9E Cashmere

📋 copy color: '#CFAF9E'

red 207 ◦ green 175 ◦ blue 158

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

Shades of Cashmere #CFAF9E

Tints of Cashmere #CFAF9E

RGB

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

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

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

R = 38.33%
G = 32.41%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CFAF9E (or 0xCFAF9E) is known color: Cashmere. HEX triplet: CF, AF and 9E. RGB value is (207,175,158). Sum of RGB (Red+Green+Blue) = 207+175+158=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9E is #305061. Grayscale: #B6B6B6. Windows color (decimal): -3166306 or 10399695. OLE color: 10399695.

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

Color convert

RGB 207 175 158 -
CMYK 0 0.15 0.24 0.19
HSL 20.82º 0.34% 0.72% -
HSV(B) 20.82º 0.24% 0.81% -
XYZ 47.23 46.39 38.81 -
YUV 182.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 207 175 158 0 0.15 0.24 0.19 20.82 0.34 0.72
Hex CF AF 9E 0 F 18 13 15 22 48
Octal 317 257 236 0 17 30 23 25 42 110
Binary 11001111 10101111 10011110 0 1111 11000 10011 10101 100010 1001000

Color Harmonies of #CFAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF9E

Black with #CFAF9E

Text Example


Text Example

White with #CFAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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