Html Css Color HEX #C3425E Blush

📋 copy color: '#C3425E'

red 195 ◦ green 66 ◦ blue 94

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

Shades of Blush #C3425E

Tints of Blush #C3425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 54.93%
G = 18.59%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3425E (or 0xC3425E) is known color: Blush. HEX triplet: C3, 42 and 5E. RGB value is (195,66,94). Sum of RGB (Red+Green+Blue) = 195+66+94=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3425E is #3CBDA1. Grayscale: #6B6B6B. Windows color (decimal): -3980706 or 6177475. OLE color: 6177475.

HSL color Cylindrical-coordinate representation of color #C3425E: hue angle of 346.98º 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 #C3425E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 94 -
CMYK 0 0.66 0.52 0.24
HSL 346.98º 0.52% 0.51% -
HSV(B) 346.98º 0.66% 0.76% -
XYZ 26.47 16.31 12.34 -
YUV 107.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 195 66 94 0 0.66 0.52 0.24 346.98 0.52 0.51
Hex C3 42 5E 0 42 34 18 15B 34 33
Octal 303 102 136 0 102 64 30 533 64 63
Binary 11000011 1000010 1011110 0 1000010 110100 11000 101011011 110100 110011

Color Harmonies of #C3425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3425E

Black with #C3425E

Text Example


Text Example

White with #C3425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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