Html Css Color HEX #C35F5D Indian Red

📋 copy color: '#C35F5D'

red 195 ◦ green 95 ◦ blue 93

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

Shades of Indian Red #C35F5D

Tints of Indian Red #C35F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 50.91%
G = 24.8%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C35F5D (or 0xC35F5D) is known color: Indian Red. HEX triplet: C3, 5F and 5D. RGB value is (195,95,93). Sum of RGB (Red+Green+Blue) = 195+95+93=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F5D is #3CA0A2. Grayscale: #7C7C7C. Windows color (decimal): -3973283 or 6119363. OLE color: 6119363.

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

Color convert

RGB 195 95 93 -
CMYK 0 0.51 0.52 0.24
HSL 1.18º 0.46% 0.56% -
HSV(B) 1.18º 0.52% 0.76% -
XYZ 28.57 20.58 12.82 -
YUV 124.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 195 95 93 0 0.51 0.52 0.24 1.18 0.46 0.56
Hex C3 5F 5D 0 33 34 18 1 2E 38
Octal 303 137 135 0 63 64 30 1 56 70
Binary 11000011 1011111 1011101 0 110011 110100 11000 1 101110 111000

Color Harmonies of #C35F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F5D

Black with #C35F5D

Text Example


Text Example

White with #C35F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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