Html Css Color HEX #CF6267 Mandy

📋 copy color: '#CF6267'

red 207 ◦ green 98 ◦ blue 103

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

Shades of Mandy #CF6267

Tints of Mandy #CF6267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.25%

R = 50.74%
G = 24.02%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF6267 (or 0xCF6267) is known color: Mandy. HEX triplet: CF, 62 and 67. RGB value is (207,98,103). Sum of RGB (Red+Green+Blue) = 207+98+103=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6267 is #309D98. Grayscale: #838383. Windows color (decimal): -3186073 or 6775503. OLE color: 6775503.

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

Color convert

RGB 207 98 103 -
CMYK 0 0.53 0.50 0.19
HSL 357.25º 0.53% 0.6% -
HSV(B) 357.25º 0.53% 0.81% -
XYZ 32.55 22.98 15.55 -
YUV 131.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 207 98 103 0 0.53 0.50 0.19 357.25 0.53 0.6
Hex CF 62 67 0 35 32 13 165 35 3C
Octal 317 142 147 0 65 62 23 545 65 74
Binary 11001111 1100010 1100111 0 110101 110010 10011 101100101 110101 111100

Color Harmonies of #CF6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6267

Black with #CF6267

Text Example


Text Example

White with #CF6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6267; }

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

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

background-color css

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

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

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

border-color css

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

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

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