Html Css Color HEX #C32D69 Cerise

📋 copy color: '#C32D69'

red 195 ◦ green 45 ◦ blue 105

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

Shades of Cerise #C32D69

Tints of Cerise #C32D69

RGB

 RED value IS 195 (76.56% from 255) = 56.52%

 GREEN value IS 45 (17.97% from 255) = 13.04%

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

R = 56.52%
G = 13.04%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C32D69 (or 0xC32D69) is known color: Cerise. HEX triplet: C3, 2D and 69. RGB value is (195,45,105). Sum of RGB (Red+Green+Blue) = 195+45+105=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D69 is #3CD296. Grayscale: #606060. Windows color (decimal): -3986071 or 6892995. OLE color: 6892995.

HSL color Cylindrical-coordinate representation of color #C32D69: hue angle of 336º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D69 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 105 -
CMYK 0 0.77 0.46 0.24
HSL 336º 0.63% 0.47% -
HSV(B) 336º 0.77% 0.76% -
XYZ 25.99 14.5 14.79 -
YUV 96.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 195 45 105 0 0.77 0.46 0.24 336 0.63 0.47
Hex C3 2D 69 0 4D 2E 18 150 3E 2F
Octal 303 55 151 0 115 56 30 520 76 57
Binary 11000011 101101 1101001 0 1001101 101110 11000 101010000 111110 101111

Color Harmonies of #C32D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D69

Black with #C32D69

Text Example


Text Example

White with #C32D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D69; }

 p { color: rgb(195,45,105); }

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

background-color css

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

 a { background-color: rgb(195,45,105); }

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

border-color css

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

 span { border-color: rgb(195,45,105); }

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