Html Css Color HEX #CF465A Mandy

📋 copy color: '#CF465A'

red 207 ◦ green 70 ◦ blue 90

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

Shades of Mandy #CF465A

Tints of Mandy #CF465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

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

R = 56.4%
G = 19.07%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF465A (or 0xCF465A) is known color: Mandy. HEX triplet: CF, 46 and 5A. RGB value is (207,70,90). Sum of RGB (Red+Green+Blue) = 207+70+90=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF465A is #30B9A5. Grayscale: #717171. Windows color (decimal): -3193254 or 5916367. OLE color: 5916367.

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

Color convert

RGB 207 70 90 -
CMYK 0 0.66 0.57 0.19
HSL 351.24º 0.59% 0.54% -
HSV(B) 351.24º 0.66% 0.81% -
XYZ 29.77 18.38 11.65 -
YUV 113.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 207 70 90 0 0.66 0.57 0.19 351.24 0.59 0.54
Hex CF 46 5A 0 42 39 13 15F 3B 36
Octal 317 106 132 0 102 71 23 537 73 66
Binary 11001111 1000110 1011010 0 1000010 111001 10011 101011111 111011 110110

Color Harmonies of #CF465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF465A

Black with #CF465A

Text Example


Text Example

White with #CF465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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