#CBB2BF

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

Shades of Maverick #CBB2BF

Tints of Maverick #CBB2BF

Color information

#CBB2BF (or 0xCBB2BF) is unknown color: approx Maverick. HEX triplet: CB, B2 and BF. RGB value is (203,178,191). Sum of RGB (Red+Green+Blue) = 203+178+191=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BF is #344D40. Grayscale: #BABABA. Windows color (decimal): -3427649 or 12563147. OLE color: 12563147.

HSL color Cylindrical-coordinate representation of color #CBB2BF: hue angle of 328.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB2BF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203178191-
CMYK00.120.060.20
HSL328.8º19.38%74.71%-
HSV(B)328.8º12.32%79.61%-
XYZ49.9548.355.98-
YUV186.96130.28139.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 191 (75% from 255) = 33.39%
R=35.49%
G=31.12%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317819100.120.060.20328.819.3874.71
HexCBB2BF0C614149134b
Octal31326227701462451123113
Binary1100101110110010101111110110011010100101001001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2BF; }

 p { color: rgb(203,178,191); }

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

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

 a { background-color: rgb(203,178,191); }

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

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

 span { border-color: rgb(203,178,191); }

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