#CFBDCA

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

Shades of Maverick #CFBDCA

Tints of Maverick #CFBDCA

Color information

#CFBDCA (or 0xCFBDCA) is unknown color: approx Maverick. HEX triplet: CF, BD and CA. RGB value is (207,189,202). Sum of RGB (Red+Green+Blue) = 207+189+202=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCA is #304235. Grayscale: #C3C3C3. Windows color (decimal): -3162678 or 13286863. OLE color: 13286863.

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

Color convert

RGB207189202-
CMYK00.090.020.19
HSL316.67º15.79%77.65%-
HSV(B)316.67º8.7%81.18%-
XYZ54.5953.9263.41-
YUV195.86131.46135.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=34.62%
G=31.61%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718920200.090.020.19316.6715.7977.65
HexCFBDCA0921313d104e
Octal31727531201122347520116
Binary110011111011110111001010010011010011100111101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDCA; }

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

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

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

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

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

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

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

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