Html Css Color HEX #C34461 Blush

📋 copy color: '#C34461'

red 195 ◦ green 68 ◦ blue 97

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

Shades of Blush #C34461

Tints of Blush #C34461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 54.17%
G = 18.89%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C34461 (or 0xC34461) is known color: Blush. HEX triplet: C3, 44 and 61. RGB value is (195,68,97). Sum of RGB (Red+Green+Blue) = 195+68+97=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C34461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34461 is #3CBB9E. Grayscale: #6D6D6D. Windows color (decimal): -3980191 or 6374595. OLE color: 6374595.

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

Color convert

RGB 195 68 97 -
CMYK 0 0.65 0.50 0.24
HSL 346.3º 0.51% 0.52% -
HSV(B) 346.3º 0.65% 0.76% -
XYZ 26.73 16.6 13.1 -
YUV 109.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 195 68 97 0 0.65 0.50 0.24 346.3 0.51 0.52
Hex C3 44 61 0 41 32 18 15A 33 34
Octal 303 104 141 0 101 62 30 532 63 64
Binary 11000011 1000100 1100001 0 1000001 110010 11000 101011010 110011 110100

Color Harmonies of #C34461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34461

Black with #C34461

Text Example


Text Example

White with #C34461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34461; }

 p { color: rgb(195,68,97); }

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

background-color css

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

 a { background-color: rgb(195,68,97); }

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

border-color css

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

 span { border-color: rgb(195,68,97); }

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