Html Css Color HEX #CF535A Mandy

📋 copy color: '#CF535A'

red 207 ◦ green 83 ◦ blue 90

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

Shades of Mandy #CF535A

Tints of Mandy #CF535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 54.47%
G = 21.84%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF535A (or 0xCF535A) is known color: Mandy. HEX triplet: CF, 53 and 5A. RGB value is (207,83,90). Sum of RGB (Red+Green+Blue) = 207+83+90=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF535A is #30ACA5. Grayscale: #787878. Windows color (decimal): -3189926 or 5919695. OLE color: 5919695.

HSL color Cylindrical-coordinate representation of color #CF535A: hue angle of 356.61º degrees, saturation: 0.56, 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 #CF535A is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 90 -
CMYK 0 0.60 0.57 0.19
HSL 356.61º 0.56% 0.57% -
HSV(B) 356.61º 0.6% 0.81% -
XYZ 30.67 20.19 11.95 -
YUV 120.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 207 83 90 0 0.60 0.57 0.19 356.61 0.56 0.57
Hex CF 53 5A 0 3C 39 13 165 38 39
Octal 317 123 132 0 74 71 23 545 70 71
Binary 11001111 1010011 1011010 0 111100 111001 10011 101100101 111000 111001

Color Harmonies of #CF535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF535A

Black with #CF535A

Text Example


Text Example

White with #CF535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF535A; }

 p { color: rgb(207,83,90); }

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

background-color css

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

 a { background-color: rgb(207,83,90); }

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

border-color css

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

 span { border-color: rgb(207,83,90); }

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