#CBBCC4

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

Shades of Maverick #CBBCC4

Tints of Maverick #CBBCC4

Color information

#CBBCC4 (or 0xCBBCC4) is unknown color: approx Maverick. HEX triplet: CB, BC and C4. RGB value is (203,188,196). Sum of RGB (Red+Green+Blue) = 203+188+196=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC4 is #34433B. Grayscale: #C1C1C1. Windows color (decimal): -3425084 or 12893387. OLE color: 12893387.

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

Color convert

RGB203188196-
CMYK00.070.030.20
HSL328º12.61%76.67%-
HSV(B)328º7.39%79.61%-
XYZ52.5852.6559.62-
YUV193.4129.47134.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=34.58%
G=32.03%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318819600.070.030.2032812.6176.67
HexCBBCC407314148d4d
Octal3132743040732451015115
Binary1100101110111100110001000111111010010100100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCC4; }

 p { color: rgb(203,188,196); }

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

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

 a { background-color: rgb(203,188,196); }

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

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

 span { border-color: rgb(203,188,196); }

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