Html Css Color HEX #CF484F Mandy

📋 copy color: '#CF484F'

red 207 ◦ green 72 ◦ blue 79

#CF484F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CF484F

Tints of Mandy #CF484F

RGB

 RED value IS 207 (81.25% from 255) = 57.82%

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 57.82%
G = 20.11%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF484F (or 0xCF484F) is known color: Mandy. HEX triplet: CF, 48 and 4F. RGB value is (207,72,79). Sum of RGB (Red+Green+Blue) = 207+72+79=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF484F is #30B7B0. Grayscale: #717171. Windows color (decimal): -3192753 or 5195983. OLE color: 5195983.

HSL color Cylindrical-coordinate representation of color #CF484F: hue angle of 356.89º 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 #CF484F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 72 79 -
CMYK 0 0.65 0.62 0.19
HSL 356.89º 0.58% 0.55% -
HSV(B) 356.89º 0.65% 0.81% -
XYZ 29.46 18.46 9.41 -
YUV 113.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 207 72 79 0 0.65 0.62 0.19 356.89 0.58 0.55
Hex CF 48 4F 0 41 3E 13 165 3A 37
Octal 317 110 117 0 101 76 23 545 72 67
Binary 11001111 1001000 1001111 0 1000001 111110 10011 101100101 111010 110111

Color Harmonies of #CF484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF484F

Black with #CF484F

Text Example


Text Example

White with #CF484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF484F; }

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

 H1.HeaderClassName
 {
   color: #CF484F;
 }
 .AnyTagClassName
 {
   color: #CF484F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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