#CF526A

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

Shades of Cabaret #CF526A

Tints of Cabaret #CF526A

Color information

#CF526A (or 0xCF526A) is unknown color: approx Cabaret. HEX triplet: CF, 52 and 6A. RGB value is (207,82,106). Sum of RGB (Red+Green+Blue) = 207+82+106=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF526A is #30AD95. Grayscale: #7A7A7A. Windows color (decimal): -3190166 or 6968015. OLE color: 6968015.

HSL color Cylindrical-coordinate representation of color #CF526A: hue angle of 348.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF526A is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20782106-
CMYK00.600.490.19
HSL348.48º56.56%56.67%-
HSV(B)348.48º60.39%81.18%-
XYZ31.3520.3415.91-
YUV122.11118.91188.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=52.41%
G=20.76%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078210600.600.490.19348.4856.5656.67
HexCF526A03C311315c3939
Octal31712215207461235347171
Binary1100111110100101101010011110011000110011101011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF526A; }

 p { color: rgb(207,82,106); }

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

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

 a { background-color: rgb(207,82,106); }

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

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

 span { border-color: rgb(207,82,106); }

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