Html Css Color HEX #C43F62 Blush

📋 copy color: '#C43F62'

red 196 ◦ green 63 ◦ blue 98

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

Shades of Blush #C43F62

Tints of Blush #C43F62

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 54.9%
G = 17.65%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C43F62 (or 0xC43F62) is known color: Blush. HEX triplet: C4, 3F and 62. RGB value is (196,63,98). Sum of RGB (Red+Green+Blue) = 196+63+98=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F62 is #3BC09D. Grayscale: #6A6A6A. Windows color (decimal): -3915934 or 6438852. OLE color: 6438852.

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

Color convert

RGB 196 63 98 -
CMYK 0 0.68 0.5 0.23
HSL 344.21º 0.53% 0.51% -
HSV(B) 344.21º 0.68% 0.77% -
XYZ 26.75 16.17 13.27 -
YUV 106.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 196 63 98 0 0.68 0.5 0.23 344.21 0.53 0.51
Hex C4 3F 62 0 44 32 17 158 35 33
Octal 304 77 142 0 104 62 27 530 65 63
Binary 11000100 111111 1100010 0 1000100 110010 10111 101011000 110101 110011

Color Harmonies of #C43F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F62

Black with #C43F62

Text Example


Text Example

White with #C43F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F62; }

 p { color: rgb(196,63,98); }

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

background-color css

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

 a { background-color: rgb(196,63,98); }

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

border-color css

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

 span { border-color: rgb(196,63,98); }

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