Html Css Color HEX #CFB49C Cashmere

📋 copy color: '#CFB49C'

red 207 ◦ green 180 ◦ blue 156

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

Shades of Cashmere #CFB49C

Tints of Cashmere #CFB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.73%

R = 38.12%
G = 33.15%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFB49C (or 0xCFB49C) is known color: Cashmere. HEX triplet: CF, B4 and 9C. RGB value is (207,180,156). Sum of RGB (Red+Green+Blue) = 207+180+156=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB49C is #304B63. Grayscale: #B9B9B9. Windows color (decimal): -3165028 or 10269903. OLE color: 10269903.

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

Color convert

RGB 207 180 156 -
CMYK 0 0.13 0.25 0.19
HSL 28.24º 0.35% 0.71% -
HSV(B) 28.24º 0.25% 0.81% -
XYZ 48.05 48.31 38.24 -
YUV 185.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 207 180 156 0 0.13 0.25 0.19 28.24 0.35 0.71
Hex CF B4 9C 0 D 19 13 1C 23 47
Octal 317 264 234 0 15 31 23 34 43 107
Binary 11001111 10110100 10011100 0 1101 11001 10011 11100 100011 1000111

Color Harmonies of #CFB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB49C

Black with #CFB49C

Text Example


Text Example

White with #CFB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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