Html Css Color HEX #C93468 Cerise

📋 copy color: '#C93468'

red 201 ◦ green 52 ◦ blue 104

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

Shades of Cerise #C93468

Tints of Cerise #C93468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 56.3%
G = 14.57%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C93468 (or 0xC93468) is known color: Cerise. HEX triplet: C9, 34 and 68. RGB value is (201,52,104). Sum of RGB (Red+Green+Blue) = 201+52+104=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C93468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93468 is #36CB97. Grayscale: #666666. Windows color (decimal): -3591064 or 6829257. OLE color: 6829257.

HSL color Cylindrical-coordinate representation of color #C93468: hue angle of 339.06º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93468 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 104 -
CMYK 0 0.74 0.48 0.21
HSL 339.06º 0.59% 0.5% -
HSV(B) 339.06º 0.74% 0.79% -
XYZ 27.81 15.87 14.69 -
YUV 102.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 201 52 104 0 0.74 0.48 0.21 339.06 0.59 0.5
Hex C9 34 68 0 4A 30 15 153 3B 32
Octal 311 64 150 0 112 60 25 523 73 62
Binary 11001001 110100 1101000 0 1001010 110000 10101 101010011 111011 110010

Color Harmonies of #C93468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93468

Black with #C93468

Text Example


Text Example

White with #C93468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93468; }

 p { color: rgb(201,52,104); }

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

background-color css

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

 a { background-color: rgb(201,52,104); }

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

border-color css

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

 span { border-color: rgb(201,52,104); }

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