Html Css Color HEX #C3425F Blush

📋 copy color: '#C3425F'

red 195 ◦ green 66 ◦ blue 95

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

Shades of Blush #C3425F

Tints of Blush #C3425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

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

R = 54.78%
G = 18.54%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3425F (or 0xC3425F) is known color: Blush. HEX triplet: C3, 42 and 5F. RGB value is (195,66,95). Sum of RGB (Red+Green+Blue) = 195+66+95=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3425F is #3CBDA0. Grayscale: #6B6B6B. Windows color (decimal): -3980705 or 6243011. OLE color: 6243011.

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

Color convert

RGB 195 66 95 -
CMYK 0 0.66 0.51 0.24
HSL 346.51º 0.52% 0.51% -
HSV(B) 346.51º 0.66% 0.76% -
XYZ 26.52 16.32 12.58 -
YUV 107.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 195 66 95 0 0.66 0.51 0.24 346.51 0.52 0.51
Hex C3 42 5F 0 42 33 18 15B 34 33
Octal 303 102 137 0 102 63 30 533 64 63
Binary 11000011 1000010 1011111 0 1000010 110011 11000 101011011 110100 110011

Color Harmonies of #C3425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3425F

Black with #C3425F

Text Example


Text Example

White with #C3425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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