#CF484B

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

Shades of Mandy #CF484B

Tints of Mandy #CF484B

Color information

#CF484B (or 0xCF484B) is unknown color: approx Mandy. HEX triplet: CF, 48 and 4B. RGB value is (207,72,75). Sum of RGB (Red+Green+Blue) = 207+72+75=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF484B is #30B7B4. Grayscale: #707070. Windows color (decimal): -3192757 or 4933839. OLE color: 4933839.

HSL color Cylindrical-coordinate representation of color #CF484B: hue angle of 358.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF484B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB2077275-
CMYK00.650.640.19
HSL358.67º58.44%54.71%-
HSV(B)358.67º65.22%81.18%-
XYZ29.3218.418.66-
YUV112.71106.73195.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.47%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=58.47%
G=20.34%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207727500.650.640.19358.6758.4454.71
HexCF484B04140131673a37
Octal3171101130101100235477267
Binary110011111001000100101101000001100000010011101100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF484B; }

 p { color: rgb(207,72,75); }

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

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

 a { background-color: rgb(207,72,75); }

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

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

 span { border-color: rgb(207,72,75); }

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