#CFB5C8

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

Shades of Maverick #CFB5C8

Tints of Maverick #CFB5C8

Color information

#CFB5C8 (or 0xCFB5C8) is unknown color: approx Maverick. HEX triplet: CF, B5 and C8. RGB value is (207,181,200). Sum of RGB (Red+Green+Blue) = 207+181+200=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5C8 is #304A37. Grayscale: #BEBEBE. Windows color (decimal): -3164728 or 13153743. OLE color: 13153743.

HSL color Cylindrical-coordinate representation of color #CFB5C8: hue angle of 316.15º 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 #CFB5C8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207181200-
CMYK00.130.030.19
HSL316.15º21.31%76.08%-
HSV(B)316.15º12.56%81.18%-
XYZ52.6850.4861.61-
YUV190.94133.11139.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=35.20%
G=30.78%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718120000.130.030.19316.1521.3176.08
HexCFB5C80D31313c154c
Octal31726531001532347425114
Binary110011111011010111001000011011110011100111100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5C8; }

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

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

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

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

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

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

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

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