#CFB4CA

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

Shades of Maverick #CFB4CA

Tints of Maverick #CFB4CA

Color information

#CFB4CA (or 0xCFB4CA) is unknown color: approx Maverick. HEX triplet: CF, B4 and CA. RGB value is (207,180,202). Sum of RGB (Red+Green+Blue) = 207+180+202=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4CA is #304B35. Grayscale: #BEBEBE. Windows color (decimal): -3164982 or 13284559. OLE color: 13284559.

HSL color Cylindrical-coordinate representation of color #CFB4CA: hue angle of 311.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB4CA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207180202-
CMYK00.130.020.19
HSL311.11º21.95%75.88%-
HSV(B)311.11º13.04%81.18%-
XYZ52.7150.1762.78-
YUV190.58134.45139.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=35.14%
G=30.56%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718020200.130.020.19311.1121.9575.88
HexCFB4CA0D213137164c
Octal31726431201522346726114
Binary110011111011010011001010011011010011100110111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4CA; }

 p { color: rgb(207,180,202); }

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

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

 a { background-color: rgb(207,180,202); }

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

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

 span { border-color: rgb(207,180,202); }

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