Html Css Color HEX #C53469 Cerise

📋 copy color: '#C53469'

red 197 ◦ green 52 ◦ blue 105

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

Shades of Cerise #C53469

Tints of Cerise #C53469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 55.65%
G = 14.69%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C53469 (or 0xC53469) is known color: Cerise. HEX triplet: C5, 34 and 69. RGB value is (197,52,105). Sum of RGB (Red+Green+Blue) = 197+52+105=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C53469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53469 is #3ACB96. Grayscale: #656565. Windows color (decimal): -3853207 or 6894789. OLE color: 6894789.

HSL color Cylindrical-coordinate representation of color #C53469: hue angle of 338.07º 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 #C53469 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 105 -
CMYK 0 0.74 0.47 0.23
HSL 338.07º 0.58% 0.49% -
HSV(B) 338.07º 0.74% 0.77% -
XYZ 26.8 15.35 14.91 -
YUV 101.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 197 52 105 0 0.74 0.47 0.23 338.07 0.58 0.49
Hex C5 34 69 0 4A 2F 17 152 3A 31
Octal 305 64 151 0 112 57 27 522 72 61
Binary 11000101 110100 1101001 0 1001010 101111 10111 101010010 111010 110001

Color Harmonies of #C53469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53469

Black with #C53469

Text Example


Text Example

White with #C53469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53469; }

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

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

background-color css

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

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

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

border-color css

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

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

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