#CFB2CA

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

Shades of Maverick #CFB2CA

Tints of Maverick #CFB2CA

Color information

#CFB2CA (or 0xCFB2CA) is unknown color: approx Maverick. HEX triplet: CF, B2 and CA. RGB value is (207,178,202). Sum of RGB (Red+Green+Blue) = 207+178+202=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CA is #304D35. Grayscale: #BDBDBD. Windows color (decimal): -3165494 or 13284047. OLE color: 13284047.

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

Color convert

RGB207178202-
CMYK00.140.020.19
HSL310.34º23.2%75.49%-
HSV(B)310.34º14.01%81.18%-
XYZ52.3149.3762.65-
YUV189.41135.11140.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=35.26%
G=30.32%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717820200.140.020.19310.3423.275.49
HexCFB2CA0E213136174b
Octal31726231201622346627113
Binary110011111011001011001010011101010011100110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2CA; }

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

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

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

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

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

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

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

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