Html Css Color HEX #C93265 Cerise

📋 copy color: '#C93265'

red 201 ◦ green 50 ◦ blue 101

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

Shades of Cerise #C93265

Tints of Cerise #C93265

RGB

 RED value IS 201 (78.91% from 255) = 57.1%

 GREEN value IS 50 (19.92% from 255) = 14.2%

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

R = 57.1%
G = 14.2%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C93265 (or 0xC93265) is known color: Cerise. HEX triplet: C9, 32 and 65. RGB value is (201,50,101). Sum of RGB (Red+Green+Blue) = 201+50+101=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C93265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93265 is #36CD9A. Grayscale: #646464. Windows color (decimal): -3591579 or 6632137. OLE color: 6632137.

HSL color Cylindrical-coordinate representation of color #C93265: hue angle of 339.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93265 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 101 -
CMYK 0 0.75 0.50 0.21
HSL 339.74º 0.6% 0.49% -
HSV(B) 339.74º 0.75% 0.79% -
XYZ 27.58 15.64 13.88 -
YUV 100.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 201 50 101 0 0.75 0.50 0.21 339.74 0.6 0.49
Hex C9 32 65 0 4B 32 15 154 3C 31
Octal 311 62 145 0 113 62 25 524 74 61
Binary 11001001 110010 1100101 0 1001011 110010 10101 101010100 111100 110001

Color Harmonies of #C93265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93265

Black with #C93265

Text Example


Text Example

White with #C93265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93265; }

 p { color: rgb(201,50,101); }

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

background-color css

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

 a { background-color: rgb(201,50,101); }

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

border-color css

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

 span { border-color: rgb(201,50,101); }

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