Html Css Color HEX #C7326A Cerise

📋 copy color: '#C7326A'

red 199 ◦ green 50 ◦ blue 106

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

Shades of Cerise #C7326A

Tints of Cerise #C7326A

RGB

 RED value IS 199 (78.13% from 255) = 56.06%

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

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

R = 56.06%
G = 14.08%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7326A (or 0xC7326A) is known color: Cerise. HEX triplet: C7, 32 and 6A. RGB value is (199,50,106). Sum of RGB (Red+Green+Blue) = 199+50+106=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7326A is #38CD95. Grayscale: #646464. Windows color (decimal): -3722646 or 6959815. OLE color: 6959815.

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

Color convert

RGB 199 50 106 -
CMYK 0 0.75 0.47 0.22
HSL 337.45º 0.6% 0.49% -
HSV(B) 337.45º 0.75% 0.78% -
XYZ 27.3 15.46 15.18 -
YUV 100.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 199 50 106 0 0.75 0.47 0.22 337.45 0.6 0.49
Hex C7 32 6A 0 4B 2F 16 151 3C 31
Octal 307 62 152 0 113 57 26 521 74 61
Binary 11000111 110010 1101010 0 1001011 101111 10110 101010001 111100 110001

Color Harmonies of #C7326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7326A

Black with #C7326A

Text Example


Text Example

White with #C7326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7326A; }

 p { color: rgb(199,50,106); }

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

background-color css

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

 a { background-color: rgb(199,50,106); }

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

border-color css

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

 span { border-color: rgb(199,50,106); }

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