Html Css Color HEX #CD655E Indian Red

📋 copy color: '#CD655E'

red 205 ◦ green 101 ◦ blue 94

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

Shades of Indian Red #CD655E

Tints of Indian Red #CD655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 51.25%
G = 25.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD655E (or 0xCD655E) is known color: Indian Red. HEX triplet: CD, 65 and 5E. RGB value is (205,101,94). Sum of RGB (Red+Green+Blue) = 205+101+94=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD655E is #329AA1. Grayscale: #838383. Windows color (decimal): -3316386 or 6186445. OLE color: 6186445.

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

Color convert

RGB 205 101 94 -
CMYK 0 0.51 0.54 0.20
HSL 3.78º 0.53% 0.59% -
HSV(B) 3.78º 0.54% 0.8% -
XYZ 31.85 23.09 13.37 -
YUV 131.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 205 101 94 0 0.51 0.54 0.20 3.78 0.53 0.59
Hex CD 65 5E 0 33 36 14 4 35 3B
Octal 315 145 136 0 63 66 24 4 65 73
Binary 11001101 1100101 1011110 0 110011 110110 10100 100 110101 111011

Color Harmonies of #CD655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD655E

Black with #CD655E

Text Example


Text Example

White with #CD655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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