Html Css Color HEX #C9306A Cerise

📋 copy color: '#C9306A'

red 201 ◦ green 48 ◦ blue 106

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

Shades of Cerise #C9306A

Tints of Cerise #C9306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.52%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 56.62%
G = 13.52%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9306A (or 0xC9306A) is known color: Cerise. HEX triplet: C9, 30 and 6A. RGB value is (201,48,106). Sum of RGB (Red+Green+Blue) = 201+48+106=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C9306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9306A is #36CF95. Grayscale: #646464. Windows color (decimal): -3592086 or 6959305. OLE color: 6959305.

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

Color convert

RGB 201 48 106 -
CMYK 0 0.76 0.47 0.21
HSL 337.25º 0.61% 0.49% -
HSV(B) 337.25º 0.76% 0.79% -
XYZ 27.75 15.57 15.18 -
YUV 100.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 201 48 106 0 0.76 0.47 0.21 337.25 0.61 0.49
Hex C9 30 6A 0 4C 2F 15 151 3D 31
Octal 311 60 152 0 114 57 25 521 75 61
Binary 11001001 110000 1101010 0 1001100 101111 10101 101010001 111101 110001

Color Harmonies of #C9306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9306A

Black with #C9306A

Text Example


Text Example

White with #C9306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9306A; }

 p { color: rgb(201,48,106); }

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

background-color css

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

 a { background-color: rgb(201,48,106); }

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

border-color css

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

 span { border-color: rgb(201,48,106); }

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