Html Css Color HEX #C33E5F Blush

📋 copy color: '#C33E5F'

red 195 ◦ green 62 ◦ blue 95

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

Shades of Blush #C33E5F

Tints of Blush #C33E5F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 55.4%
G = 17.61%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33E5F (or 0xC33E5F) is known color: Blush. HEX triplet: C3, 3E and 5F. RGB value is (195,62,95). Sum of RGB (Red+Green+Blue) = 195+62+95=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E5F is #3CC1A0. Grayscale: #696969. Windows color (decimal): -3981729 or 6241987. OLE color: 6241987.

HSL color Cylindrical-coordinate representation of color #C33E5F: hue angle of 345.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E5F is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 62 95 -
CMYK 0 0.68 0.51 0.24
HSL 345.11º 0.53% 0.5% -
HSV(B) 345.11º 0.68% 0.76% -
XYZ 26.29 15.87 12.5 -
YUV 105.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 195 62 95 0 0.68 0.51 0.24 345.11 0.53 0.5
Hex C3 3E 5F 0 44 33 18 159 35 32
Octal 303 76 137 0 104 63 30 531 65 62
Binary 11000011 111110 1011111 0 1000100 110011 11000 101011001 110101 110010

Color Harmonies of #C33E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E5F

Black with #C33E5F

Text Example


Text Example

White with #C33E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E5F; }

 p { color: rgb(195,62,95); }

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

background-color css

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

 a { background-color: rgb(195,62,95); }

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

border-color css

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

 span { border-color: rgb(195,62,95); }

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