#CBAFBD

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

Shades of Maverick #CBAFBD

Tints of Maverick #CBAFBD

Color information

#CBAFBD (or 0xCBAFBD) is unknown color: approx Maverick. HEX triplet: CB, AF and BD. RGB value is (203,175,189). Sum of RGB (Red+Green+Blue) = 203+175+189=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFBD is #345042. Grayscale: #B8B8B8. Windows color (decimal): -3428419 or 12431307. OLE color: 12431307.

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

Color convert

RGB203175189-
CMYK00.140.070.20
HSL330º21.21%74.12%-
HSV(B)330º13.79%79.61%-
XYZ49.1447.0354.63-
YUV184.97130.28140.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=35.80%
G=30.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317518900.140.070.2033021.2174.12
HexCBAFBD0E71414a154a
Octal31325727501672451225112
Binary1100101110101111101111010111011110100101001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFBD; }

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

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

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

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

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

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

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

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