Html Css Color HEX #C34063 Blush

📋 copy color: '#C34063'

red 195 ◦ green 64 ◦ blue 99

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

Shades of Blush #C34063

Tints of Blush #C34063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 54.47%
G = 17.88%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C34063 (or 0xC34063) is known color: Blush. HEX triplet: C3, 40 and 63. RGB value is (195,64,99). Sum of RGB (Red+Green+Blue) = 195+64+99=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C34063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34063 is #3CBF9C. Grayscale: #6B6B6B. Windows color (decimal): -3981213 or 6504643. OLE color: 6504643.

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

Color convert

RGB 195 64 99 -
CMYK 0 0.67 0.49 0.24
HSL 343.97º 0.52% 0.51% -
HSV(B) 343.97º 0.67% 0.76% -
XYZ 26.59 16.17 13.52 -
YUV 107.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 195 64 99 0 0.67 0.49 0.24 343.97 0.52 0.51
Hex C3 40 63 0 43 31 18 158 34 33
Octal 303 100 143 0 103 61 30 530 64 63
Binary 11000011 1000000 1100011 0 1000011 110001 11000 101011000 110100 110011

Color Harmonies of #C34063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34063

Black with #C34063

Text Example


Text Example

White with #C34063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34063; }

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

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

background-color css

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

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

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

border-color css

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

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

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