#CFBDC9

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

Shades of Maverick #CFBDC9

Tints of Maverick #CFBDC9

Color information

#CFBDC9 (or 0xCFBDC9) is unknown color: approx Maverick. HEX triplet: CF, BD and C9. RGB value is (207,189,201). Sum of RGB (Red+Green+Blue) = 207+189+201=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC9 is #304236. Grayscale: #C3C3C3. Windows color (decimal): -3162679 or 13221327. OLE color: 13221327.

HSL color Cylindrical-coordinate representation of color #CFBDC9: hue angle of 320º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDC9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207189201-
CMYK00.090.030.19
HSL320º15.79%77.65%-
HSV(B)320º8.7%81.18%-
XYZ54.4753.8862.79-
YUV195.75130.96136.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=34.67%
G=31.66%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718920100.090.030.1932015.7977.65
HexCFBDC909313140104e
Octal31727531101132350020116
Binary110011111011110111001001010011110011101000000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDC9; }

 p { color: rgb(207,189,201); }

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

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

 a { background-color: rgb(207,189,201); }

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

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

 span { border-color: rgb(207,189,201); }

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