#CBAFBA

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

Shades of Maverick #CBAFBA

Tints of Maverick #CBAFBA

Color information

#CBAFBA (or 0xCBAFBA) is unknown color: approx Maverick. HEX triplet: CB, AF and BA. RGB value is (203,175,186). Sum of RGB (Red+Green+Blue) = 203+175+186=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFBA is #345045. Grayscale: #B8B8B8. Windows color (decimal): -3428422 or 12234699. OLE color: 12234699.

HSL color Cylindrical-coordinate representation of color #CBAFBA: hue angle of 336.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFBA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203175186-
CMYK00.140.080.20
HSL336.43º21.21%74.12%-
HSV(B)336.43º13.79%79.61%-
XYZ48.8246.952.93-
YUV184.63128.78141.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=35.99%
G=31.03%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317518600.140.080.20336.4321.2174.12
HexCBAFBA0E814150154a
Octal313257272016102452025112
Binary11001011101011111011101001110100010100101010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFBA; }

 p { color: rgb(203,175,186); }

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

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

 a { background-color: rgb(203,175,186); }

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

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

 span { border-color: rgb(203,175,186); }

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