Html Css Color HEX #CF265B Cerise

📋 copy color: '#CF265B'

red 207 ◦ green 38 ◦ blue 91

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

Shades of Cerise #CF265B

Tints of Cerise #CF265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 61.61%
G = 11.31%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF265B (or 0xCF265B) is known color: Cerise. HEX triplet: CF, 26 and 5B. RGB value is (207,38,91). Sum of RGB (Red+Green+Blue) = 207+38+91=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF265B is #30D9A4. Grayscale: #5E5E5E. Windows color (decimal): -3201445 or 5973711. OLE color: 5973711.

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

Color convert

RGB 207 38 91 -
CMYK 0 0.82 0.56 0.19
HSL 341.18º 0.69% 0.48% -
HSV(B) 341.18º 0.82% 0.81% -
XYZ 28.31 15.41 11.38 -
YUV 94.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 207 38 91 0 0.82 0.56 0.19 341.18 0.69 0.48
Hex CF 26 5B 0 52 38 13 155 45 30
Octal 317 46 133 0 122 70 23 525 105 60
Binary 11001111 100110 1011011 0 1010010 111000 10011 101010101 1000101 110000

Color Harmonies of #CF265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF265B

Black with #CF265B

Text Example


Text Example

White with #CF265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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