Html Css Color HEX #C32869 Cerise

📋 copy color: '#C32869'

red 195 ◦ green 40 ◦ blue 105

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

Shades of Cerise #C32869

Tints of Cerise #C32869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

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

R = 57.35%
G = 11.76%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C32869 (or 0xC32869) is known color: Cerise. HEX triplet: C3, 28 and 69. RGB value is (195,40,105). Sum of RGB (Red+Green+Blue) = 195+40+105=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C32869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32869 is #3CD796. Grayscale: #5D5D5D. Windows color (decimal): -3987351 or 6891715. OLE color: 6891715.

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

Color convert

RGB 195 40 105 -
CMYK 0 0.79 0.46 0.24
HSL 334.84º 0.66% 0.46% -
HSV(B) 334.84º 0.79% 0.76% -
XYZ 25.81 14.14 14.73 -
YUV 93.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 195 40 105 0 0.79 0.46 0.24 334.84 0.66 0.46
Hex C3 28 69 0 4F 2E 18 14F 42 2E
Octal 303 50 151 0 117 56 30 517 102 56
Binary 11000011 101000 1101001 0 1001111 101110 11000 101001111 1000010 101110

Color Harmonies of #C32869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32869

Black with #C32869

Text Example


Text Example

White with #C32869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32869; }

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

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

background-color css

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

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

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

border-color css

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

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

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