#CFB5C1

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

Shades of Maverick #CFB5C1

Tints of Maverick #CFB5C1

Color information

#CFB5C1 (or 0xCFB5C1) is unknown color: approx Maverick. HEX triplet: CF, B5 and C1. RGB value is (207,181,193). Sum of RGB (Red+Green+Blue) = 207+181+193=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5C1 is #304A3E. Grayscale: #BEBEBE. Windows color (decimal): -3164735 or 12694991. OLE color: 12694991.

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

Color convert

RGB207181193-
CMYK00.130.070.19
HSL332.31º21.31%76.08%-
HSV(B)332.31º12.56%81.18%-
XYZ51.8850.1657.4-
YUV190.14129.61140.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=35.63%
G=31.15%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718119300.130.070.19332.3121.3176.08
HexCFB5C10D71314c154c
Octal31726530101572351425114
Binary1100111110110101110000010110111110011101001100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5C1; }

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

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

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

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

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

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

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

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