Html Css Color HEX #CFB5A1 Cashmere

📋 copy color: '#CFB5A1'

red 207 ◦ green 181 ◦ blue 161

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

Shades of Cashmere #CFB5A1

Tints of Cashmere #CFB5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.97%

 BLUE value IS 161 (63.28% from 255) = 29.33%

R = 37.7%
G = 32.97%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CFB5A1 (or 0xCFB5A1) is known color: Cashmere. HEX triplet: CF, B5 and A1. RGB value is (207,181,161). Sum of RGB (Red+Green+Blue) = 207+181+161=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5A1 is #304A5E. Grayscale: #BABABA. Windows color (decimal): -3164767 or 10597839. OLE color: 10597839.

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

Color convert

RGB 207 181 161 -
CMYK 0 0.13 0.22 0.19
HSL 26.09º 0.32% 0.72% -
HSV(B) 26.09º 0.22% 0.81% -
XYZ 48.69 48.89 40.59 -
YUV 186.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 207 181 161 0 0.13 0.22 0.19 26.09 0.32 0.72
Hex CF B5 A1 0 D 16 13 1A 20 48
Octal 317 265 241 0 15 26 23 32 40 110
Binary 11001111 10110101 10100001 0 1101 10110 10011 11010 100000 1001000

Color Harmonies of #CFB5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5A1

Black with #CFB5A1

Text Example


Text Example

White with #CFB5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5A1; }

 p { color: rgb(207,181,161); }

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

background-color css

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

 a { background-color: rgb(207,181,161); }

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

border-color css

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

 span { border-color: rgb(207,181,161); }

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