Html Css Color HEX #C3484B Mandy

📋 copy color: '#C3484B'

red 195 ◦ green 72 ◦ blue 75

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

Shades of Mandy #C3484B

Tints of Mandy #C3484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 57.02%
G = 21.05%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3484B (or 0xC3484B) is known color: Mandy. HEX triplet: C3, 48 and 4B. RGB value is (195,72,75). Sum of RGB (Red+Green+Blue) = 195+72+75=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3484B is #3CB7B4. Grayscale: #6D6D6D. Windows color (decimal): -3979189 or 4933827. OLE color: 4933827.

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

Color convert

RGB 195 72 75 -
CMYK 0 0.63 0.62 0.24
HSL 358.54º 0.51% 0.52% -
HSV(B) 358.54º 0.63% 0.76% -
XYZ 26.09 16.74 8.51 -
YUV 109.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 195 72 75 0 0.63 0.62 0.24 358.54 0.51 0.52
Hex C3 48 4B 0 3F 3E 18 167 33 34
Octal 303 110 113 0 77 76 30 547 63 64
Binary 11000011 1001000 1001011 0 111111 111110 11000 101100111 110011 110100

Color Harmonies of #C3484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3484B

Black with #C3484B

Text Example


Text Example

White with #C3484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3484B; }

 p { color: rgb(195,72,75); }

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

background-color css

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

 a { background-color: rgb(195,72,75); }

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

border-color css

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

 span { border-color: rgb(195,72,75); }

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