Html Css Color HEX #C33F63 Blush

📋 copy color: '#C33F63'

red 195 ◦ green 63 ◦ blue 99

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

Shades of Blush #C33F63

Tints of Blush #C33F63

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 54.62%
G = 17.65%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C33F63 (or 0xC33F63) is known color: Blush. HEX triplet: C3, 3F and 63. RGB value is (195,63,99). Sum of RGB (Red+Green+Blue) = 195+63+99=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F63 is #3CC09C. Grayscale: #6A6A6A. Windows color (decimal): -3981469 or 6504387. OLE color: 6504387.

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

Color convert

RGB 195 63 99 -
CMYK 0 0.68 0.49 0.24
HSL 343.64º 0.52% 0.51% -
HSV(B) 343.64º 0.68% 0.76% -
XYZ 26.54 16.06 13.51 -
YUV 106.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 195 63 99 0 0.68 0.49 0.24 343.64 0.52 0.51
Hex C3 3F 63 0 44 31 18 158 34 33
Octal 303 77 143 0 104 61 30 530 64 63
Binary 11000011 111111 1100011 0 1000100 110001 11000 101011000 110100 110011

Color Harmonies of #C33F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F63

Black with #C33F63

Text Example


Text Example

White with #C33F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F63; }

 p { color: rgb(195,63,99); }

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

background-color css

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

 a { background-color: rgb(195,63,99); }

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

border-color css

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

 span { border-color: rgb(195,63,99); }

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