Html Css Color HEX #CD645D Indian Red

📋 copy color: '#CD645D'

red 205 ◦ green 100 ◦ blue 93

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

Shades of Indian Red #CD645D

Tints of Indian Red #CD645D

RGB

 RED value IS 205 (80.47% from 255) = 51.51%

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 51.51%
G = 25.13%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD645D (or 0xCD645D) is known color: Indian Red. HEX triplet: CD, 64 and 5D. RGB value is (205,100,93). Sum of RGB (Red+Green+Blue) = 205+100+93=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD645D is #329BA2. Grayscale: #828282. Windows color (decimal): -3316643 or 6120653. OLE color: 6120653.

HSL color Cylindrical-coordinate representation of color #CD645D: hue angle of 3.75º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD645D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 100 93 -
CMYK 0 0.51 0.55 0.20
HSL 3.75º 0.53% 0.58% -
HSV(B) 3.75º 0.55% 0.8% -
XYZ 31.71 22.88 13.1 -
YUV 130.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 205 100 93 0 0.51 0.55 0.20 3.75 0.53 0.58
Hex CD 64 5D 0 33 37 14 4 35 3A
Octal 315 144 135 0 63 67 24 4 65 72
Binary 11001101 1100100 1011101 0 110011 110111 10100 100 110101 111010

Color Harmonies of #CD645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD645D

Black with #CD645D

Text Example


Text Example

White with #CD645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD645D; }

 p { color: rgb(205,100,93); }

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

background-color css

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

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

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

border-color css

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

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

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