Html Css Color HEX #C65D5D Indian Red

📋 copy color: '#C65D5D'

red 198 ◦ green 93 ◦ blue 93

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

Shades of Indian Red #C65D5D

Tints of Indian Red #C65D5D

RGB

 RED value IS 198 (77.73% from 255) = 51.56%

 GREEN value IS 93 (36.72% from 255) = 24.22%

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

R = 51.56%
G = 24.22%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C65D5D (or 0xC65D5D) is known color: Indian Red. HEX triplet: C6, 5D and 5D. RGB value is (198,93,93). Sum of RGB (Red+Green+Blue) = 198+93+93=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D5D is #39A2A2. Grayscale: #7C7C7C. Windows color (decimal): -3777187 or 6118854. OLE color: 6118854.

HSL color Cylindrical-coordinate representation of color #C65D5D: hue angle of 0º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65D5D is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 93 -
CMYK 0 0.53 0.53 0.22
HSL 0.48% 0.57% -
HSV(B) 0.53% 0.78% -
XYZ 29.18 20.62 12.8 -
YUV 124.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 198 93 93 0 0.53 0.53 0.22 0 0.48 0.57
Hex C6 5D 5D 0 35 35 16 0 30 39
Octal 306 135 135 0 65 65 26 0 60 71
Binary 11000110 1011101 1011101 0 110101 110101 10110 0 110000 111001

Color Harmonies of #C65D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D5D

Black with #C65D5D

Text Example


Text Example

White with #C65D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D5D; }

 p { color: rgb(198,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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