#CFB3CA

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

Shades of Maverick #CFB3CA

Tints of Maverick #CFB3CA

Color information

#CFB3CA (or 0xCFB3CA) is unknown color: approx Maverick. HEX triplet: CF, B3 and CA. RGB value is (207,179,202). Sum of RGB (Red+Green+Blue) = 207+179+202=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CA is #304C35. Grayscale: #BDBDBD. Windows color (decimal): -3165238 or 13284303. OLE color: 13284303.

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

Color convert

RGB207179202-
CMYK00.140.020.19
HSL310.71º22.58%75.69%-
HSV(B)310.71º13.53%81.18%-
XYZ52.5149.7762.72-
YUV189.99134.78140.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=35.20%
G=30.44%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717920200.140.020.19310.7122.5875.69
HexCFB3CA0E213137174c
Octal31726331201622346727114
Binary110011111011001111001010011101010011100110111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3CA; }

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

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

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

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

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

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

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

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