#CBB0BF

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

Shades of Maverick #CBB0BF

Tints of Maverick #CBB0BF

Color information

#CBB0BF (or 0xCBB0BF) is unknown color: approx Maverick. HEX triplet: CB, B0 and BF. RGB value is (203,176,191). Sum of RGB (Red+Green+Blue) = 203+176+191=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0BF is #344F40. Grayscale: #B9B9B9. Windows color (decimal): -3428161 or 12562635. OLE color: 12562635.

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

Color convert

RGB203176191-
CMYK00.130.060.20
HSL326.67º20.61%74.31%-
HSV(B)326.67º13.3%79.61%-
XYZ49.5647.5155.85-
YUV185.78130.95140.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 191 (75% from 255) = 33.51%
R=35.61%
G=30.88%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317619100.130.060.20326.6720.6174.31
HexCBB0BF0D614147154a
Octal31326027701562450725112
Binary1100101110110000101111110110111010100101000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0BF; }

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

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

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

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

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

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

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

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