Html Css Color HEX #CFB4A0 Cashmere

📋 copy color: '#CFB4A0'

red 207 ◦ green 180 ◦ blue 160

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

Shades of Cashmere #CFB4A0

Tints of Cashmere #CFB4A0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 37.84%
G = 32.91%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFB4A0 (or 0xCFB4A0) is known color: Cashmere. HEX triplet: CF, B4 and A0. RGB value is (207,180,160). Sum of RGB (Red+Green+Blue) = 207+180+160=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4A0 is #304B5F. Grayscale: #B9B9B9. Windows color (decimal): -3165024 or 10532047. OLE color: 10532047.

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

Color convert

RGB 207 180 160 -
CMYK 0 0.13 0.23 0.19
HSL 25.53º 0.33% 0.72% -
HSV(B) 25.53º 0.23% 0.81% -
XYZ 48.4 48.45 40.06 -
YUV 185.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 207 180 160 0 0.13 0.23 0.19 25.53 0.33 0.72
Hex CF B4 A0 0 D 17 13 1A 21 48
Octal 317 264 240 0 15 27 23 32 41 110
Binary 11001111 10110100 10100000 0 1101 10111 10011 11010 100001 1001000

Color Harmonies of #CFB4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4A0

Black with #CFB4A0

Text Example


Text Example

White with #CFB4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4A0; }

 p { color: rgb(207,180,160); }

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

background-color css

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

 a { background-color: rgb(207,180,160); }

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

border-color css

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

 span { border-color: rgb(207,180,160); }

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