#CBBDC8

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

Shades of Maverick #CBBDC8

Tints of Maverick #CBBDC8

Color information

#CBBDC8 (or 0xCBBDC8) is unknown color: approx Maverick. HEX triplet: CB, BD and C8. RGB value is (203,189,200). Sum of RGB (Red+Green+Blue) = 203+189+200=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC8 is #344237. Grayscale: #C2C2C2. Windows color (decimal): -3424824 or 13155787. OLE color: 13155787.

HSL color Cylindrical-coordinate representation of color #CBBDC8: hue angle of 312.86º 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 #CBBDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203189200-
CMYK00.070.010.20
HSL312.86º11.86%76.86%-
HSV(B)312.86º6.9%79.61%-
XYZ53.2553.2662.12-
YUV194.44131.14134.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=34.29%
G=31.93%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318920000.070.010.20312.8611.8676.86
HexCBBDC807114139c4d
Octal3132753100712447114115
Binary110010111011110111001000011111010010011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDC8; }

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

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

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

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

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

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

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

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