Html Css Color HEX #C92665 Cerise

📋 copy color: '#C92665'

red 201 ◦ green 38 ◦ blue 101

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

Shades of Cerise #C92665

Tints of Cerise #C92665

RGB

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

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

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

R = 59.12%
G = 11.18%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C92665 (or 0xC92665) is known color: Cerise. HEX triplet: C9, 26 and 65. RGB value is (201,38,101). Sum of RGB (Red+Green+Blue) = 201+38+101=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C92665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92665 is #36D99A. Grayscale: #5D5D5D. Windows color (decimal): -3594651 or 6629065. OLE color: 6629065.

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

Color convert

RGB 201 38 101 -
CMYK 0 0.81 0.50 0.21
HSL 336.81º 0.68% 0.47% -
HSV(B) 336.81º 0.81% 0.79% -
XYZ 27.13 14.74 13.73 -
YUV 93.92 132 204.38 -
System Red Green Blue C M Y K H S L
Decimal 201 38 101 0 0.81 0.50 0.21 336.81 0.68 0.47
Hex C9 26 65 0 51 32 15 151 44 2F
Octal 311 46 145 0 121 62 25 521 104 57
Binary 11001001 100110 1100101 0 1010001 110010 10101 101010001 1000100 101111

Color Harmonies of #C92665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92665

Black with #C92665

Text Example


Text Example

White with #C92665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92665; }

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

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

background-color css

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

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

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

border-color css

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

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

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