Html Css Color HEX #CFAD8F Cashmere

📋 copy color: '#CFAD8F'

red 207 ◦ green 173 ◦ blue 143

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

Shades of Cashmere #CFAD8F

Tints of Cashmere #CFAD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 39.58%
G = 33.08%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CFAD8F (or 0xCFAD8F) is known color: Cashmere. HEX triplet: CF, AD and 8F. RGB value is (207,173,143). Sum of RGB (Red+Green+Blue) = 207+173+143=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD8F is #305270. Grayscale: #B3B3B3. Windows color (decimal): -3166833 or 9416143. OLE color: 9416143.

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

Color convert

RGB 207 173 143 -
CMYK 0 0.16 0.31 0.19
HSL 28.13º 0.4% 0.69% -
HSV(B) 28.13º 0.31% 0.81% -
XYZ 45.63 45.14 32.29 -
YUV 179.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 207 173 143 0 0.16 0.31 0.19 28.13 0.4 0.69
Hex CF AD 8F 0 10 1F 13 1C 28 45
Octal 317 255 217 0 20 37 23 34 50 105
Binary 11001111 10101101 10001111 0 10000 11111 10011 11100 101000 1000101

Color Harmonies of #CFAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD8F

Black with #CFAD8F

Text Example


Text Example

White with #CFAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD8F; }

 p { color: rgb(207,173,143); }

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

background-color css

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

 a { background-color: rgb(207,173,143); }

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

border-color css

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

 span { border-color: rgb(207,173,143); }

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