Html Css Color HEX #CF265E Cerise

📋 copy color: '#CF265E'

red 207 ◦ green 38 ◦ blue 94

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

Shades of Cerise #CF265E

Tints of Cerise #CF265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 61.06%
G = 11.21%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF265E (or 0xCF265E) is known color: Cerise. HEX triplet: CF, 26 and 5E. RGB value is (207,38,94). Sum of RGB (Red+Green+Blue) = 207+38+94=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF265E is #30D9A1. Grayscale: #5E5E5E. Windows color (decimal): -3201442 or 6170319. OLE color: 6170319.

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

Color convert

RGB 207 38 94 -
CMYK 0 0.82 0.55 0.19
HSL 340.12º 0.69% 0.48% -
HSV(B) 340.12º 0.82% 0.81% -
XYZ 28.45 15.46 12.07 -
YUV 94.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 207 38 94 0 0.82 0.55 0.19 340.12 0.69 0.48
Hex CF 26 5E 0 52 37 13 154 45 30
Octal 317 46 136 0 122 67 23 524 105 60
Binary 11001111 100110 1011110 0 1010010 110111 10011 101010100 1000101 110000

Color Harmonies of #CF265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF265E

Black with #CF265E

Text Example


Text Example

White with #CF265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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