Html Css Color HEX #C3465F Blush

📋 copy color: '#C3465F'

red 195 ◦ green 70 ◦ blue 95

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

Shades of Blush #C3465F

Tints of Blush #C3465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

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

R = 54.17%
G = 19.44%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3465F (or 0xC3465F) is known color: Blush. HEX triplet: C3, 46 and 5F. RGB value is (195,70,95). Sum of RGB (Red+Green+Blue) = 195+70+95=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3465F is #3CB9A0. Grayscale: #6E6E6E. Windows color (decimal): -3979681 or 6244035. OLE color: 6244035.

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

Color convert

RGB 195 70 95 -
CMYK 0 0.64 0.51 0.24
HSL 348º 0.51% 0.52% -
HSV(B) 348º 0.64% 0.76% -
XYZ 26.76 16.81 12.66 -
YUV 110.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 195 70 95 0 0.64 0.51 0.24 348 0.51 0.52
Hex C3 46 5F 0 40 33 18 15C 33 34
Octal 303 106 137 0 100 63 30 534 63 64
Binary 11000011 1000110 1011111 0 1000000 110011 11000 101011100 110011 110100

Color Harmonies of #C3465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3465F

Black with #C3465F

Text Example


Text Example

White with #C3465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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