#CBB8C1

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

Shades of Maverick #CBB8C1

Tints of Maverick #CBB8C1

Color information

#CBB8C1 (or 0xCBB8C1) is unknown color: approx Maverick. HEX triplet: CB, B8 and C1. RGB value is (203,184,193). Sum of RGB (Red+Green+Blue) = 203+184+193=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8C1 is #34473E. Grayscale: #BEBEBE. Windows color (decimal): -3426111 or 12695755. OLE color: 12695755.

HSL color Cylindrical-coordinate representation of color #CBB8C1: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB8C1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203184193-
CMYK00.090.050.20
HSL331.58º15.45%75.88%-
HSV(B)331.58º9.36%79.61%-
XYZ51.3950.8357.55-
YUV190.71129.29136.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=35%
G=31.72%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318419300.090.050.20331.5815.4575.88
HexCBB8C10951414cf4c
Octal31327030101152451417114
Binary110010111011100011000001010011011010010100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8C1; }

 p { color: rgb(203,184,193); }

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

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

 a { background-color: rgb(203,184,193); }

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

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

 span { border-color: rgb(203,184,193); }

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