#CBBDC7

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

Shades of Maverick #CBBDC7

Tints of Maverick #CBBDC7

Color information

#CBBDC7 (or 0xCBBDC7) is unknown color: approx Maverick. HEX triplet: CB, BD and C7. RGB value is (203,189,199). Sum of RGB (Red+Green+Blue) = 203+189+199=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC7 is #344238. Grayscale: #C2C2C2. Windows color (decimal): -3424825 or 13090251. OLE color: 13090251.

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

Color convert

RGB203189199-
CMYK00.070.020.20
HSL317.14º11.86%76.86%-
HSV(B)317.14º6.9%79.61%-
XYZ53.1453.2261.5-
YUV194.33130.64134.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=34.35%
G=31.98%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318919900.070.020.20317.1411.8676.86
HexCBBDC70721413dc4d
Octal3132753070722447514115
Binary1100101110111101110001110111101010010011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDC7; }

 p { color: rgb(203,189,199); }

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

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

 a { background-color: rgb(203,189,199); }

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

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

 span { border-color: rgb(203,189,199); }

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