Html Css Color HEX #CD655D Indian Red

📋 copy color: '#CD655D'

red 205 ◦ green 101 ◦ blue 93

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

Shades of Indian Red #CD655D

Tints of Indian Red #CD655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 51.38%
G = 25.31%
B = 23.31%

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

#CD655D (or 0xCD655D) is known color: Indian Red. HEX triplet: CD, 65 and 5D. RGB value is (205,101,93). Sum of RGB (Red+Green+Blue) = 205+101+93=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD655D is #329AA2. Grayscale: #838383. Windows color (decimal): -3316387 or 6120909. OLE color: 6120909.

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

Color convert

RGB 205 101 93 -
CMYK 0 0.51 0.55 0.20
HSL 4.29º 0.53% 0.58% -
HSV(B) 4.29º 0.55% 0.8% -
XYZ 31.81 23.08 13.13 -
YUV 131.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 205 101 93 0 0.51 0.55 0.20 4.29 0.53 0.58
Hex CD 65 5D 0 33 37 14 4 35 3A
Octal 315 145 135 0 63 67 24 4 65 72
Binary 11001101 1100101 1011101 0 110011 110111 10100 100 110101 111010

Color Harmonies of #CD655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD655D

Black with #CD655D

Text Example


Text Example

White with #CD655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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