Html Css Color HEX #C53467 Cerise

📋 copy color: '#C53467'

red 197 ◦ green 52 ◦ blue 103

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

Shades of Cerise #C53467

Tints of Cerise #C53467

RGB

 RED value IS 197 (77.34% from 255) = 55.97%

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

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 55.97%
G = 14.77%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C53467 (or 0xC53467) is known color: Cerise. HEX triplet: C5, 34 and 67. RGB value is (197,52,103). Sum of RGB (Red+Green+Blue) = 197+52+103=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C53467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53467 is #3ACB98. Grayscale: #656565. Windows color (decimal): -3853209 or 6763717. OLE color: 6763717.

HSL color Cylindrical-coordinate representation of color #C53467: hue angle of 338.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53467 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 103 -
CMYK 0 0.74 0.48 0.23
HSL 338.9º 0.58% 0.49% -
HSV(B) 338.9º 0.74% 0.77% -
XYZ 26.7 15.31 14.38 -
YUV 101.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 197 52 103 0 0.74 0.48 0.23 338.9 0.58 0.49
Hex C5 34 67 0 4A 30 17 153 3A 31
Octal 305 64 147 0 112 60 27 523 72 61
Binary 11000101 110100 1100111 0 1001010 110000 10111 101010011 111010 110001

Color Harmonies of #C53467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53467

Black with #C53467

Text Example


Text Example

White with #C53467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53467; }

 p { color: rgb(197,52,103); }

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

background-color css

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

 a { background-color: rgb(197,52,103); }

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

border-color css

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

 span { border-color: rgb(197,52,103); }

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