Html Css Color HEX #CFAF91 Cashmere

📋 copy color: '#CFAF91'

red 207 ◦ green 175 ◦ blue 145

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

Shades of Cashmere #CFAF91

Tints of Cashmere #CFAF91

RGB

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

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

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

R = 39.28%
G = 33.21%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFAF91 (or 0xCFAF91) is known color: Cashmere. HEX triplet: CF, AF and 91. RGB value is (207,175,145). Sum of RGB (Red+Green+Blue) = 207+175+145=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF91 is #30506E. Grayscale: #B5B5B5. Windows color (decimal): -3166319 or 9547727. OLE color: 9547727.

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

Color convert

RGB 207 175 145 -
CMYK 0 0.15 0.30 0.19
HSL 29.03º 0.39% 0.69% -
HSV(B) 29.03º 0.3% 0.81% -
XYZ 46.17 45.97 33.23 -
YUV 181.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 207 175 145 0 0.15 0.30 0.19 29.03 0.39 0.69
Hex CF AF 91 0 F 1E 13 1D 27 45
Octal 317 257 221 0 17 36 23 35 47 105
Binary 11001111 10101111 10010001 0 1111 11110 10011 11101 100111 1000101

Color Harmonies of #CFAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF91

Black with #CFAF91

Text Example


Text Example

White with #CFAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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