Html Css Color HEX #C34663 Blush

📋 copy color: '#C34663'

red 195 ◦ green 70 ◦ blue 99

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

Shades of Blush #C34663

Tints of Blush #C34663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 53.57%
G = 19.23%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C34663 (or 0xC34663) is known color: Blush. HEX triplet: C3, 46 and 63. RGB value is (195,70,99). Sum of RGB (Red+Green+Blue) = 195+70+99=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C34663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34663 is #3CB99C. Grayscale: #6E6E6E. Windows color (decimal): -3979677 or 6506179. OLE color: 6506179.

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

Color convert

RGB 195 70 99 -
CMYK 0 0.64 0.49 0.24
HSL 346.08º 0.51% 0.52% -
HSV(B) 346.08º 0.64% 0.76% -
XYZ 26.95 16.88 13.64 -
YUV 110.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 195 70 99 0 0.64 0.49 0.24 346.08 0.51 0.52
Hex C3 46 63 0 40 31 18 15A 33 34
Octal 303 106 143 0 100 61 30 532 63 64
Binary 11000011 1000110 1100011 0 1000000 110001 11000 101011010 110011 110100

Color Harmonies of #C34663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34663

Black with #C34663

Text Example


Text Example

White with #C34663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34663; }

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

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

background-color css

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

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

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

border-color css

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

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

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