Html Css Color HEX #CFAD91 Cashmere

📋 copy color: '#CFAD91'

red 207 ◦ green 173 ◦ blue 145

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

Shades of Cashmere #CFAD91

Tints of Cashmere #CFAD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.62%

R = 39.43%
G = 32.95%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFAD91 (or 0xCFAD91) is known color: Cashmere. HEX triplet: CF, AD and 91. RGB value is (207,173,145). Sum of RGB (Red+Green+Blue) = 207+173+145=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD91 is #30526E. Grayscale: #B4B4B4. Windows color (decimal): -3166831 or 9547215. OLE color: 9547215.

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

Color convert

RGB 207 173 145 -
CMYK 0 0.16 0.30 0.19
HSL 27.1º 0.39% 0.69% -
HSV(B) 27.1º 0.3% 0.81% -
XYZ 45.79 45.2 33.1 -
YUV 179.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 207 173 145 0 0.16 0.30 0.19 27.1 0.39 0.69
Hex CF AD 91 0 10 1E 13 1B 27 45
Octal 317 255 221 0 20 36 23 33 47 105
Binary 11001111 10101101 10010001 0 10000 11110 10011 11011 100111 1000101

Color Harmonies of #CFAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD91

Black with #CFAD91

Text Example


Text Example

White with #CFAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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