Html Css Color HEX #C33265 Cerise

📋 copy color: '#C33265'

red 195 ◦ green 50 ◦ blue 101

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

Shades of Cerise #C33265

Tints of Cerise #C33265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 56.36%
G = 14.45%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C33265 (or 0xC33265) is known color: Cerise. HEX triplet: C3, 32 and 65. RGB value is (195,50,101). Sum of RGB (Red+Green+Blue) = 195+50+101=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C33265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33265 is #3CCD9A. Grayscale: #636363. Windows color (decimal): -3984795 or 6632131. OLE color: 6632131.

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

Color convert

RGB 195 50 101 -
CMYK 0 0.74 0.48 0.24
HSL 338.9º 0.59% 0.48% -
HSV(B) 338.9º 0.74% 0.76% -
XYZ 26 14.82 13.8 -
YUV 99.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 195 50 101 0 0.74 0.48 0.24 338.9 0.59 0.48
Hex C3 32 65 0 4A 30 18 153 3B 30
Octal 303 62 145 0 112 60 30 523 73 60
Binary 11000011 110010 1100101 0 1001010 110000 11000 101010011 111011 110000

Color Harmonies of #C33265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33265

Black with #C33265

Text Example


Text Example

White with #C33265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33265; }

 p { color: rgb(195,50,101); }

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

background-color css

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

 a { background-color: rgb(195,50,101); }

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

border-color css

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

 span { border-color: rgb(195,50,101); }

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