Html Css Color HEX #CD645C Indian Red

📋 copy color: '#CD645C'

red 205 ◦ green 100 ◦ blue 92

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

Shades of Indian Red #CD645C

Tints of Indian Red #CD645C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 51.64%
G = 25.19%
B = 23.17%

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

#CD645C (or 0xCD645C) is known color: Indian Red. HEX triplet: CD, 64 and 5C. RGB value is (205,100,92). Sum of RGB (Red+Green+Blue) = 205+100+92=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD645C is #329BA3. Grayscale: #828282. Windows color (decimal): -3316644 or 6055117. OLE color: 6055117.

HSL color Cylindrical-coordinate representation of color #CD645C: hue angle of 4.25º 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 #CD645C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 100 92 -
CMYK 0 0.51 0.55 0.20
HSL 4.25º 0.53% 0.58% -
HSV(B) 4.25º 0.55% 0.8% -
XYZ 31.67 22.87 12.87 -
YUV 130.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 205 100 92 0 0.51 0.55 0.20 4.25 0.53 0.58
Hex CD 64 5C 0 33 37 14 4 35 3A
Octal 315 144 134 0 63 67 24 4 65 72
Binary 11001101 1100100 1011100 0 110011 110111 10100 100 110101 111010

Color Harmonies of #CD645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD645C

Black with #CD645C

Text Example


Text Example

White with #CD645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD645C; }

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

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

background-color css

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

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

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

border-color css

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

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

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