#CFB29E

Color #CFB29E Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CFB29E

Tints of Cashmere #CFB29E

Color information

#CFB29E (or 0xCFB29E) is unknown color: approx Cashmere. HEX triplet: CF, B2 and 9E. RGB value is (207,178,158). Sum of RGB (Red+Green+Blue) = 207+178+158=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB29E is #304D61. Grayscale: #B8B8B8. Windows color (decimal): -3165538 or 10400463. OLE color: 10400463.

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

Color convert

RGB207178158-
CMYK00.140.240.19
HSL24.49º33.79%71.57%-
HSV(B)24.49º23.67%81.18%-
XYZ47.8247.5739.01-
YUV184.39113.11144.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=38.12%
G=32.78%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717815800.140.240.1924.4933.7971.57
HexCFB29E0E1813182248
Octal31726223601630233042110
Binary110011111011001010011110011101100010011110001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB29E; }

 p { color: rgb(207,178,158); }

 H1.HeaderClassName
 {
   color: #CFB29E;
 }
 .AnyTagClassName
 {
   color: #CFB29E;
 }
</style>
background-color css

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

 a { background-color: rgb(207,178,158); }

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

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

 span { border-color: rgb(207,178,158); }

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