Html Css Color HEX #CF6265 Mandy

📋 copy color: '#CF6265'

red 207 ◦ green 98 ◦ blue 101

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

Shades of Mandy #CF6265

Tints of Mandy #CF6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 50.99%
G = 24.14%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF6265 (or 0xCF6265) is known color: Mandy. HEX triplet: CF, 62 and 65. RGB value is (207,98,101). Sum of RGB (Red+Green+Blue) = 207+98+101=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6265 is #309D9A. Grayscale: #838383. Windows color (decimal): -3186075 or 6644431. OLE color: 6644431.

HSL color Cylindrical-coordinate representation of color #CF6265: hue angle of 358.35º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6265 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 98 101 -
CMYK 0 0.53 0.51 0.19
HSL 358.35º 0.53% 0.6% -
HSV(B) 358.35º 0.53% 0.81% -
XYZ 32.45 22.94 15.03 -
YUV 130.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 207 98 101 0 0.53 0.51 0.19 358.35 0.53 0.6
Hex CF 62 65 0 35 33 13 166 35 3C
Octal 317 142 145 0 65 63 23 546 65 74
Binary 11001111 1100010 1100101 0 110101 110011 10011 101100110 110101 111100

Color Harmonies of #CF6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6265

Black with #CF6265

Text Example


Text Example

White with #CF6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6265; }

 p { color: rgb(207,98,101); }

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

background-color css

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

 a { background-color: rgb(207,98,101); }

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

border-color css

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

 span { border-color: rgb(207,98,101); }

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