Html Css Color HEX #CF265F Cerise

📋 copy color: '#CF265F'

red 207 ◦ green 38 ◦ blue 95

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

Shades of Cerise #CF265F

Tints of Cerise #CF265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 60.88%
G = 11.18%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF265F (or 0xCF265F) is known color: Cerise. HEX triplet: CF, 26 and 5F. RGB value is (207,38,95). Sum of RGB (Red+Green+Blue) = 207+38+95=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF265F is #30D9A0. Grayscale: #5E5E5E. Windows color (decimal): -3201441 or 6235855. OLE color: 6235855.

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

Color convert

RGB 207 38 95 -
CMYK 0 0.82 0.54 0.19
HSL 339.76º 0.69% 0.48% -
HSV(B) 339.76º 0.82% 0.81% -
XYZ 28.49 15.48 12.31 -
YUV 95.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 207 38 95 0 0.82 0.54 0.19 339.76 0.69 0.48
Hex CF 26 5F 0 52 36 13 154 45 30
Octal 317 46 137 0 122 66 23 524 105 60
Binary 11001111 100110 1011111 0 1010010 110110 10011 101010100 1000101 110000

Color Harmonies of #CF265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF265F

Black with #CF265F

Text Example


Text Example

White with #CF265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF265F; }

 p { color: rgb(207,38,95); }

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

background-color css

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

 a { background-color: rgb(207,38,95); }

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

border-color css

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

 span { border-color: rgb(207,38,95); }

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