#CBAFBF

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

Shades of Maverick #CBAFBF

Tints of Maverick #CBAFBF

Color information

#CBAFBF (or 0xCBAFBF) is unknown color: approx Maverick. HEX triplet: CB, AF and BF. RGB value is (203,175,191). Sum of RGB (Red+Green+Blue) = 203+175+191=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFBF is #345040. Grayscale: #B9B9B9. Windows color (decimal): -3428417 or 12562379. OLE color: 12562379.

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

Color convert

RGB203175191-
CMYK00.140.060.20
HSL325.71º21.21%74.12%-
HSV(B)325.71º13.79%79.61%-
XYZ49.3647.1255.78-
YUV185.2131.28140.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 191 (75% from 255) = 33.57%
R=35.68%
G=30.76%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317519100.140.060.20325.7121.2174.12
HexCBAFBF0E614146154a
Octal31325727701662450625112
Binary1100101110101111101111110111011010100101000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFBF; }

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

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

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

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

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

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

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

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