Html Css Color HEX #CF484B Mandy

📋 copy color: '#CF484B'

red 207 ◦ green 72 ◦ blue 75

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

Shades of Mandy #CF484B

Tints of Mandy #CF484B

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 value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF484B (or 0xCF484B) is known color: 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

RGB 207 72 75 -
CMYK 0 0.65 0.64 0.19
HSL 358.67º 0.58% 0.55% -
HSV(B) 358.67º 0.65% 0.81% -
XYZ 29.32 18.41 8.66 -
YUV 112.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 207 72 75 0 0.65 0.64 0.19 358.67 0.58 0.55
Hex CF 48 4B 0 41 40 13 167 3A 37
Octal 317 110 113 0 101 100 23 547 72 67
Binary 11001111 1001000 1001011 0 1000001 1000000 10011 101100111 111010 110111

Color Harmonies of #CF484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF484B

Black with #CF484B

Text Example


Text Example

White with #CF484B

Text Example


Text Example

HTML Codes & Css Web 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>