#CFBBCA

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

Shades of Maverick #CFBBCA

Tints of Maverick #CFBBCA

Color information

#CFBBCA (or 0xCFBBCA) is unknown color: approx Maverick. HEX triplet: CF, BB and CA. RGB value is (207,187,202). Sum of RGB (Red+Green+Blue) = 207+187+202=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBCA is #304435. Grayscale: #C2C2C2. Windows color (decimal): -3163190 or 13286351. OLE color: 13286351.

HSL color Cylindrical-coordinate representation of color #CFBBCA: hue angle of 315º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBCA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207187202-
CMYK00.100.020.19
HSL315º17.24%77.25%-
HSV(B)315º9.66%81.18%-
XYZ54.1653.0763.27-
YUV194.69132.13136.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=34.73%
G=31.38%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718720200.100.020.1931517.2477.25
HexCFBBCA0A21313b114d
Octal31727331201222347321115
Binary110011111011101111001010010101010011100111011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBCA; }

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

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

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

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

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

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

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

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